ConnectionOperationsExtensions.List Method (IConnectionOperations, String)
Retrieve a list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static ConnectionListResponse List( this IConnectionOperations operations, string automationAccount )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IConnectionOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponseThe response model for the list connection operation.
Show: