Share via


PrivateCloudsOperationsExtensions.ListNext Method

Definition

List private clouds in a resource group

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PrivateCloud> ListNext (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PrivateCloud>
<Extension()>
Public Function ListNext (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