Partager via


CertificateOperationsExtensions.Get Méthode

Définition

Attention

This operation is deprecated. Please do not use it any longer.

Obtient des informations sur le certificat spécifié.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.Batch.Models.Certificate Get (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Get : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.Certificate
<Extension()>
Public Function Get (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String) As Certificate

Paramètres

operations
ICertificateOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

certificateName
String

Identificateur du certificat. Celui-ci doit être composé d’algorithmes et d’empreintes séparées par un tiret et doit correspondre aux données de certificat dans la demande. Par exemple SHA1-a3d1c5.

Retours

Attributs

Remarques

Avertissement : cette opération est déconseillée et sera supprimée après février 2024. Utilisez plutôt [Extension Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) à la place.

S’applique à