ContentTypeOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates the developer portal's content type. Content types describe content items' properties, validation rules, and constraints. Custom content types' identifiers need to start with the c- prefix. Built-in content types can't be modified.

public static Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IContentTypeOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract
<Extension()>
Public Function CreateOrUpdate (operations As IContentTypeOperations, resourceGroupName As String, serviceName As String, contentTypeId As String, Optional ifMatch As String = Nothing) As ContentTypeContract

Parameters

operations
IContentTypeOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

contentTypeId
String

Content type identifier.

ifMatch
String

ETag of the Entity. Not required when creating an entity, but required when updating an entity.

Returns

Applies to