IConnectionTypeOperations.ListAsync Method (String, CancellationToken)

 

Retrieve a list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

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

Task<ConnectionTypeListResponse> ListAsync(
	string automationAccount,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System.String

The automation account name.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The response model for the list connection type operation.

Return to top
Show: