IConnectionTypeOperations.DeleteAsync Method (String, String, CancellationToken)
Delete the connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations 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 connectionTypeName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
String^ automationAccount,
String^ connectionTypeName,
CancellationToken cancellationToken
)
abstract DeleteAsync :
automationAccount:string *
connectionTypeName:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
automationAccount As String,
connectionTypeName As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
automationAccount
Type: System.StringThe automation account name.
connectionTypeName
Type: System.StringThe name of connectiontype.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IConnectionTypeOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top