CertificateOperations.GetCertificate Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.
Advertencia: esta operación está en desuso y se quitará después de febrero de 2024. Use la extensión Azure KeyVault en su lugar. Obtiene la clase Certificate especificada.
[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
Algoritmo utilizado para derivar el thumbprint
parámetro . Debe ser sha1.
- thumbprint
- String
Huella digital del certificado que se va a obtener.
- detailLevel
- DetailLevel
que DetailLevel se usa para controlar qué propiedades se recuperan del servicio.
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
Colección de instancias que se aplican a la solicitud de servicio de Batch después de BatchClientBehaviorCustomBehaviors y detailLevel
.
Devoluciones
que Certificate contiene información sobre el certificado especificado en la cuenta de Azure Batch.
- Atributos
Comentarios
Se trata de una operación de bloqueo. Para obtener un equivalente sin bloqueo, vea GetCertificateAsync(String, String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken).
Se aplica a
Azure SDK for .NET