PrivateLinkResourceOperationsExtensions.ListByBatchAccountNext Method

Definition

Lists all of the private link resources in the specified account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> ListByBatchAccountNext (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string nextPageLink);
static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>
<Extension()>
Public Function ListByBatchAccountNext (operations As IPrivateLinkResourceOperations, nextPageLink As String) As IPage(Of PrivateLinkResource)

Parameters

operations
IPrivateLinkResourceOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to