Share via


WorkspacesOperationsExtensions.ListNext(IWorkspacesOperations, String) Method

Definition

Gets a list of Workspaces associated with the given subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Workspace> ListNext (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Workspace>
<Extension()>
Public Function ListNext (operations As IWorkspacesOperations, nextPageLink As String) As IPage(Of Workspace)

Parameters

operations
IWorkspacesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to