OperationsExtensions.ListNext(IOperations, String) Method

Definition

Returns the list of available operations.

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

Parameters

operations
IOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to