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

Paramètres

thumbprintAlgorithm
String

Algorithme utilisé pour dériver le thumbprint paramètre. Il doit s’agir de 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.

Retours

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

Attributs

Remarques

Il s’agit d’une opération bloquante. Pour un équivalent non bloquant, consultez GetCertificateAsync(String, String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken).

S’applique à