Share via


TagOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates a tag.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.TagContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.ITagOperations operations, string resourceGroupName, string serviceName, string tagId, Microsoft.Azure.Management.ApiManagement.Models.TagCreateUpdateParameters parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.ITagOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.TagCreateUpdateParameters * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.TagContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ITagOperations, resourceGroupName As String, serviceName As String, tagId As String, parameters As TagCreateUpdateParameters, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TagContract)

Parameters

operations
ITagOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

tagId
String

Tag identifier. Must be unique in the current API Management service instance.

parameters
TagCreateUpdateParameters

Create parameters.

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