ContentTypeOperationsExtensions.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IContentTypeOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IContentTypeOperations, resourceGroupName As String, serviceName As String, contentTypeId As String, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to