Udostępnij za pośrednictwem


ICertificateOperations.GetWithHttpMessagesAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.Certificate,Microsoft.Azure.Management.Batch.Models.CertificateGetHeaders>> GetWithHttpMessagesAsync (string resourceGroupName, string accountName, string certificateName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.Certificate, Microsoft.Azure.Management.Batch.Models.CertificateGetHeaders>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, accountName As String, certificateName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Certificate, CertificateGetHeaders))

Parametry

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.

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Atrybuty

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Uwagi

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

Dotyczy