OperationsExtensions.ListNext(IOperations, String) Method
Definition
Returns the list of available operations.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryValueForSingleApi> ListNext (this Microsoft.Azure.Management.RecoveryServices.Backup.IOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.RecoveryServices.Backup.IOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.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
- Microsoft.Rest.Azure.IPage<ClientDiscoveryValueForSingleApi>