ApiPolicyOperationsExtensions.GetEntityTag Method

Definition

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

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

Parameters

operations
IApiPolicyOperations

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.

Returns

Applies to