ApiSchemaOperationsExtensions.GetEntityTag Method

Definition

Gets the entity state (Etag) version of the schema specified by its identifier.

public static Microsoft.Azure.Management.ApiManagement.Models.ApiSchemaGetEntityTagHeaders GetEntityTag (this Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations operations, string resourceGroupName, string serviceName, string apiId, string schemaId);
static member GetEntityTag : Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiSchemaGetEntityTagHeaders
<Extension()>
Public Function GetEntityTag (operations As IApiSchemaOperations, resourceGroupName As String, serviceName As String, apiId As String, schemaId As String) As ApiSchemaGetEntityTagHeaders

Parameters

operations
IApiSchemaOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

apiId
String

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

schemaId
String

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

Returns

Applies to