共用方式為


LabsOperationsExtensions.ListByResourceGroupNext Method

Definition

Get all labs for a subscription and resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Lab> ListByResourceGroupNext (this Microsoft.Azure.Management.LabServices.ILabsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.LabServices.ILabsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Lab>
<Extension()>
Public Function ListByResourceGroupNext (operations As ILabsOperations, nextPageLink As String) As IPage(Of Lab)

Parameters

operations
ILabsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Returns a list of all labs in a resource group.

Applies to