Share via


PrivateCloudsOperationsExtensions.ListInSubscriptionNext Method

Definition

List private clouds in a subscription

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PrivateCloud> ListInSubscriptionNext (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string nextPageLink);
static member ListInSubscriptionNext : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PrivateCloud>
<Extension()>
Public Function ListInSubscriptionNext (operations As IPrivateCloudsOperations, nextPageLink As String) As IPage(Of PrivateCloud)

Parameters

operations
IPrivateCloudsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to