ConnectionOperationsExtensions.ListByAutomationAccount Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Connection> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Connection>
<Extension()>
Public Function ListByAutomationAccount (operations As IConnectionOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Connection)

Parameters

operations
IConnectionOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

Returns

Applies to