Compartilhar via


GatewayApiOperationsExtensions.GetEntityTagAsync Método

Definição

Verifica se a entidade de API especificada pelo identificador está associada à entidade Gateway.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayApiGetEntityTagHeaders> GetEntityTagAsync (this Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, string apiId, System.Threading.CancellationToken cancellationToken = default);
static member GetEntityTagAsync : Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayApiGetEntityTagHeaders>
<Extension()>
Public Function GetEntityTagAsync (operations As IGatewayApiOperations, resourceGroupName As String, serviceName As String, gatewayId As String, apiId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayApiGetEntityTagHeaders)

Parâmetros

operations
IGatewayApiOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

gatewayId
String

Identificador de entidade de gateway. Deve ser exclusivo na instância de serviço Gerenciamento de API atual. Não deve ter o valor 'gerenciado'

apiId
String

Identificador da API. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a