Partilhar via


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccountAsync Método

Definição

Lista todas as ligações de ponto final privado na conta 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

O grupo de operações para este método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém a conta do Batch.

accountName
String

O nome da conta do Batch.

maxresults
Nullable<Int32>

O número máximo de itens a devolver na resposta.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a