Sdílet prostřednictvím


PrivateLinkResourceOperationsExtensions.ListByBatchAccountNextAsync Metoda

Definice

Vypíše všechny prostředky privátního propojení v zadaném účtu.

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

Parametry

operations
IPrivateLinkResourceOperations

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