IManagementCertificateOperations.GetAsync(String, CancellationToken) 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.
L’opération Obtenir le certificat de gestion récupère des informations sur le certificat de gestion avec l’empreinte numérique spécifiée. Les certificats de gestion, qui sont également appelés certificats d'abonnement, authentifient les clients qui tentent de se connecter aux ressources associées à votre abonnement Azure. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse> GetAsync(string thumbprint, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse>
Public Function GetAsync (thumbprint As String, cancellationToken As CancellationToken) As Task(Of ManagementCertificateGetResponse)
Paramètres
- thumbprint
- String
Valeur d’empreinte numérique du certificat sur lequel récupérer des informations.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse d’opération Obtenir un certificat de gestion.
S’applique à
Azure SDK for .NET