Compartilhar via


CertificateOperations.GetCertificate Método

Definição

Cuidado

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

Aviso: essa operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault . Obtém o objeto Certificate especificado.

[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

Parâmetros

thumbprintAlgorithm
String

O algoritmo usado para derivar o thumbprint parâmetro . Isso deve ser sha1.

thumbprint
String

A impressão digital do certificado a ser obtido.

detailLevel
DetailLevel

Um DetailLevel usado para controlar quais propriedades são recuperadas do serviço.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors e detailLevelo .

Retornos

Um Certificate que contém informações sobre o certificado especificado na conta Lote do Azure.

Atributos

Comentários

Esta é uma operação de bloqueio. Para obter um equivalente sem bloqueio, consulte GetCertificateAsync(String, String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken).

Aplica-se a