Partager via


CertificateOperations.GetCertificateAsync Méthode

Définition

Attention

This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

Avertissement : cette opération est déconseillée et sera supprimée après février 2024. Utilisez plutôt l’extension Azure KeyVault . Obtient le Certificate spécifié.

[System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)]
public System.Threading.Tasks.Task<Microsoft.Azure.Batch.Certificate> GetCertificateAsync (string thumbprintAlgorithm, string thumbprint, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.GetCertificateAsync : string * string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Certificate>
Public Function GetCertificateAsync (thumbprintAlgorithm As String, thumbprint As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Certificate)

Paramètres

thumbprintAlgorithm
String

Algorithme utilisé pour dériver le thumbprint paramètre. Cela doit être sha1.

thumbprint
String

Empreinte numérique du certificat à obtenir.

detailLevel
DetailLevel

DetailLevel utilisé pour contrôler les propriétés récupérées à partir du service.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après et CustomBehaviorsdetailLevel.

cancellationToken
CancellationToken

CancellationToken pour contrôler la durée de vie de l’opération asynchrone.

Retours

Certificate contenant des informations sur le certificat spécifié dans le compte Azure Batch.

Attributs

Remarques

L’opération obtenir le certificat s’exécute de manière asynchrone.

S’applique à