Freigeben über


AppServiceCertificateOrdersOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder aktualisieren Sie eine Zertifikatbestellung.

public static Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder CreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder certificateDistinguishedName);
static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder -> Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder
<Extension()>
Public Function CreateOrUpdate (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, certificateDistinguishedName As AppServiceCertificateOrder) As 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.

Gibt zurück

Hinweise

Beschreibung für Erstellen oder Aktualisieren einer Zertifikatbestellung.

Gilt für: