ConnectionTypeOperationsExtensions::List Method (IConnectionTypeOperations^, String^)
Retrieve a list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static ConnectionTypeListResponse^ List( 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: Microsoft.WindowsAzure.Management.Automation.Models::ConnectionTypeListResponse^The response model for the list connection type operation.
Show: