CertificateOperationsExtensions.Delete Method

Definition

Delete the certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, string certificateName);
static member Delete : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As ICertificateOperations, automationAccount As String, certificateName As String) As AzureOperationResponse

Parameters

operations
ICertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.

automationAccount
String

Required. The automation account name.

certificateName
String

Required. The name of certificate.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to