LabsOperationsExtensions.ListBySubscriptionNext Method

Definition

Get all labs for a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Lab> ListBySubscriptionNext (this Microsoft.Azure.Management.LabServices.ILabsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.LabServices.ILabsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Lab>
<Extension()>
Public Function ListBySubscriptionNext (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 for a subscription.

Applies to