Compartilhar via


CacheOperationsExtensions.GetEntityTagAsync Método

Definição

Obtém a versão de estado da entidade (Etag) do Cache especificada por seu identificador.

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

Parâmetros

operations
ICacheOperations

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.

cacheId
String

Identificador da entidade Cache. Identificador de cache (deve ser 'padrão' ou identificador de região do Azure válido).

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a