Share via


WorkspacesOperationsExtensions.ListByResourceGroupNext Method

Definition

Gets a list of Workspaces within the specified resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Workspace> ListByResourceGroupNext (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Workspace>
<Extension()>
Public Function ListByResourceGroupNext (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