Udostępnij za pośrednictwem


CertificateOperationsExtensions.UpdateAsync Metoda

Definicja

Przestroga

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

Aktualizacje właściwości istniejącego certyfikatu.

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

parameters
CertificateCreateOrUpdateParameters

Jednostka certyfikatu do zaktualizowania.

ifMatch
String

Wersja stanu jednostki (ETag) certyfikatu do aktualizacji. Tę wartość można pominąć lub ustawić na "*", aby zastosować operację bezwarunkowo.

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