DisasterRecoveryConfigsOperationsExtensions.ListNext Method

Definition

Gets all Alias(Disaster Recovery configurations)

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

Parameters

operations
IDisasterRecoveryConfigsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to