Esempio n. 1
0
 /// <summary>
 /// Gets the list of recovery points for a replication protected item.
 /// </summary>
 /// <remarks>
 /// Lists the available recovery points for a replication protected item.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <RecoveryPoint> ListByReplicationProtectedItemsNext(this IRecoveryPointsOperations operations, string nextPageLink)
 {
     return(operations.ListByReplicationProtectedItemsNextAsync(nextPageLink).GetAwaiter().GetResult());
 }