Udostępnij za pośrednictwem


CertificateOperationsExtensions.Get Metoda

Definicja

Przestroga

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

Pobiera informacje o określonym certyfikacie.

[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

Parametry

operations
ICertificateOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów zawierającej konto usługi Batch.

accountName
String

Nazwa konta usługi Batch.

certificateName
String

Identyfikator certyfikatu. Musi to składać się z algorytmu i odcisku palca oddzielonego kreską i musi być zgodne z danymi certyfikatu w żądaniu. Na przykład SHA1-a3d1c5.

Zwraca

Atrybuty

Uwagi

Ostrzeżenie: Ta operacja jest przestarzała i zostanie usunięta po lutym 2024 r. Użyj rozszerzenia [Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) zamiast tego.

Dotyczy