ConnectionOperationsExtensions.ListAsync Method

Definition

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

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

Parameters

operations
IConnectionOperations

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

automationAccount
String

Required. The automation account name.

Returns

The response model for the list connection operation.

Applies to