Sdílet prostřednictvím


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccountNextAsync Metoda

Definice

Zobrazí seznam všech připojení privátních koncových bodů v zadaném účtu.

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

Parametry

operations
IPrivateEndpointConnectionOperations

Skupina operací pro tuto rozšiřující metodu.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro