PrivateEndpointConnectionsOperationsExtensions.ListByAutomationAccount Method

Definition

List all private endpoint connections on a Automation account.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IPrivateEndpointConnectionsOperations * string * string -> seq<Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByAutomationAccount (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, automationAccountName As String) As IEnumerable(Of PrivateEndpointConnection)

Parameters

operations
IPrivateEndpointConnectionsOperations

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