Freigeben über


AppServiceCertificateOrdersOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren einer Zertifikatbestellung.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder certificateDistinguishedName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, certificateDistinguishedName As AppServiceCertificateOrder, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceCertificateOrder)

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.

certificateDistinguishedName
AppServiceCertificateOrder

Distinguished Name to use for the certificate order.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Erstellen oder Aktualisieren einer Zertifikatbestellung.

Gilt für: