Udostępnij za pośrednictwem


CertificateOperationsExtensions.GetAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Certificate> GetAsync (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member GetAsync : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Certificate>
<Extension()>
Public Function GetAsync (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Token anulowania.

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