Compartilhar via


CertificateOperations.GetCertificateAsync 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 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)

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 .

cancellationToken
CancellationToken

Um CancellationToken para controlar o tempo de vida da operação assíncrona.

Retornos

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

Atributos

Comentários

A operação obter certificado é executada de forma assíncrona.

Aplica-se a