Compartilhar via


GatewayApiOperationsExtensions.GetEntityTag Método

Definição

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

public static Microsoft.Azure.Management.ApiManagement.Models.GatewayApiGetEntityTagHeaders GetEntityTag (this Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, string apiId);
static member GetEntityTag : Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.GatewayApiGetEntityTagHeaders
<Extension()>
Public Function GetEntityTag (operations As IGatewayApiOperations, resourceGroupName As String, serviceName As String, gatewayId As String, apiId As String) As 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.

Retornos

Aplica-se a