ConnectionTypeOperationsExtensions::ListAsync Method (IConnectionTypeOperations^, String^)

 

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)

public:
[ExtensionAttribute]
static Task<ConnectionTypeListResponse^>^ ListAsync(
	IConnectionTypeOperations^ operations,
	String^ automationAccount
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation::IConnectionTypeOperations^

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

automationAccount
Type: System::String^

Required. The automation account name.

Return Value

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

The response model for the list connection type operation.

Return to top
Show: