ConnectionTypeOperationsExtensions.ListAsync Method

Definition

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

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

Parameters

operations
IConnectionTypeOperations

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

automationAccount
String

Required. The automation account name.

Returns

The response model for the list connection type operation.

Applies to