Compartir a través de


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccount Método

Definición

Enumera todas las conexiones de punto de conexión privado de la cuenta especificada.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> ListByBatchAccount (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, int? maxresults = default);
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByBatchAccount (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing) As IPage(Of PrivateEndpointConnection)

Parámetros

operations
IPrivateEndpointConnectionOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene la cuenta de Batch.

accountName
String

El nombre de la cuenta de Batch.

maxresults
Nullable<Int32>

Número máximo de elementos que se van a devolver en la respuesta.

Devoluciones

Se aplica a