Compartir a través de


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccountAsync Método

Definición

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

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

Parámetros

operations
IPrivateEndpointConnectionOperations

El grupo de operaciones de 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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a