ConnectionTypeOperationsExtensions.DeleteAsync Method

Definition

Delete the connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, string connectionTypeName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IConnectionTypeOperations, automationAccount As String, connectionTypeName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IConnectionTypeOperations

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

automationAccount
String

Required. The automation account name.

connectionTypeName
String

Required. The name of connectiontype.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to