Udostępnij za pośrednictwem


PrivateLinkResourcesOperationsExtensions.ListByAccountNextAsync Method

Definition

Gets a list of privately linkable resources for an account.

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

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets a list of privately linkable resources for an account

Applies to