CertificateOperationsExtensions.DeleteAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, string certificateName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As ICertificateOperations, automationAccount As String, certificateName As String) As Task(Of 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

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to