Freigeben über


AppServiceCertificateOrdersOperationsExtensions.UpdateCertificateAsync Methode

Definition

Erstellt oder aktualisiert ein Zertifikat und ordnet dem Geheimnis des Schlüsseltresors zu.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner> UpdateCertificateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificatePatchResource keyVaultCertificate, System.Threading.CancellationToken cancellationToken = default);
static member UpdateCertificateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificatePatchResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>
<Extension()>
Public Function UpdateCertificateAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, name As String, keyVaultCertificate As AppServiceCertificatePatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceCertificateResourceInner)

Parameter

operations
IAppServiceCertificateOrdersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

certificateOrderName
String

Name der Zertifikatreihenfolge.

name
String

Name des Zertifikats.

keyVaultCertificate
AppServiceCertificatePatchResource

Id der Schlüsseltresor-Zertifikatressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Erstellt oder aktualisiert ein Zertifikat und ordnet dem Schlüsseltresorgeheimnis zu.

Gilt für: