Share via


TagOperationsExtensions.CreateOrUpdate Method

Definition

Creates a tag.

public static Microsoft.Azure.Management.ApiManagement.Models.TagContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.ITagOperations operations, string resourceGroupName, string serviceName, string tagId, Microsoft.Azure.Management.ApiManagement.Models.TagCreateUpdateParameters parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.ITagOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.TagCreateUpdateParameters * string -> Microsoft.Azure.Management.ApiManagement.Models.TagContract
<Extension()>
Public Function CreateOrUpdate (operations As ITagOperations, resourceGroupName As String, serviceName As String, tagId As String, parameters As TagCreateUpdateParameters, Optional ifMatch As String = Nothing) As 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.

Returns

Applies to