Partager via


AppServiceCertificateOrdersOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Créer ou mettre à jour un bon de commande de certificat.

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

Paramètres

operations
IAppServiceCertificateOrdersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

certificateOrderName
String

Nom de l’ordre de certificat.

certificateDistinguishedName
AppServiceCertificateOrder

Nom unique à utiliser pour l’ordre de certificat.

Retours

Remarques

Description de La création ou de la mise à jour d’un bon de commande de certificat.

S’applique à