Share via


IConnectionOperations.DeleteAsync Method (String, String, CancellationToken)

 

Delete the connection. (see https://aka.ms/azureautomationsdk/connectionoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

Task<AzureOperationResponse> DeleteAsync(
    string automationAccount,
    string connectionName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
    String^ automationAccount,
    String^ connectionName,
    CancellationToken cancellationToken
)
abstract DeleteAsync : 
        automationAccount:string *
        connectionName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
    automationAccount As String,
    connectionName As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • automationAccount
    Type: System.String

    The automation account name.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

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

See Also

IConnectionOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top