Share via


ConnectionTypeOperationsExtensions.ListAsync 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 Task<ConnectionTypeListResponse> ListAsync(
    this IConnectionTypeOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static Task<ConnectionTypeListResponse^>^ ListAsync(
    IConnectionTypeOperations^ operations,
    String^ automationAccount
)
static member ListAsync : 
        operations:IConnectionTypeOperations *
        automationAccount:string -> Task<ConnectionTypeListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IConnectionTypeOperations,
    automationAccount As String
) As Task(Of ConnectionTypeListResponse)

Parameters

  • 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.

See Also

ConnectionTypeOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top