ConnectionTypeOperationsExtensions.List Method

Definition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse List (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount);
static member List : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse
<Extension()>
Public Function List (operations As IConnectionTypeOperations, automationAccount As String) As ConnectionTypeListResponse

Parameters

operations
IConnectionTypeOperations

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

automationAccount
String

Required. The automation account name.

Returns

The response model for the list connection type operation.

Applies to