Sdílet prostřednictvím


AppServiceCertificateOrdersOperationsExtensions.Delete Method

Definition

Delete an existing certificate order.

public static void Delete (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName);
static member Delete : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String)

Parameters

operations
IAppServiceCertificateOrdersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

certificateOrderName
String

Name of the certificate order.

Remarks

Description for Delete an existing certificate order.

Applies to