ConnectionTypeOperationsExtensions.List Method (IConnectionTypeOperations, String)
Retrieve a list of connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static ConnectionTypeListResponse List(
this IConnectionTypeOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static ConnectionTypeListResponse^ List(
IConnectionTypeOperations^ operations,
String^ automationAccount
)
static member List :
operations:IConnectionTypeOperations *
automationAccount:string -> ConnectionTypeListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IConnectionTypeOperations,
automationAccount As String
) As ConnectionTypeListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
automationAccount
Type: System.StringRequired. The automation account name.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse
The response model for the list connection type operation.
See Also
ConnectionTypeOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top