CloudLinksOperationsExtensions.ListNext(ICloudLinksOperations, String) Method

Definition

List cloud link in a private cloud

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

Parameters

operations
ICloudLinksOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to