Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.ListByAutomationAccount Método

Definición

Enumera todas las conexiones de punto de conexión privado en una cuenta de Automation.

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)

Parámetros

operations
IPrivateEndpointConnectionsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

Devoluciones

Se aplica a