ConnectionOperationsExtensions.List Method (IConnectionOperations, String)

 

Retrieve a list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public static ConnectionListResponse List(
    this IConnectionOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static ConnectionListResponse^ List(
    IConnectionOperations^ operations,
    String^ automationAccount
)
static member List : 
        operations:IConnectionOperations *
        automationAccount:string -> ConnectionListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IConnectionOperations,
    automationAccount As String
) As ConnectionListResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse

The response model for the list connection operation.

See Also

ConnectionOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top