CacheOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les détails du cache spécifié par son identificateur.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.CacheContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.CacheContract>
<Extension()>
Public Function GetAsync (operations As ICacheOperations, resourceGroupName As String, serviceName As String, cacheId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CacheContract)
Paramètres
- operations
- ICacheOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- cacheId
- String
Identificateur de l’entité Cache. Identificateur de cache (doit être « par défaut » ou identificateur de région Azure valide).
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET