示例#1
0
 /// <summary>
 /// Gets all the volume resources in a given subscription.
 /// </summary>
 /// <remarks>
 /// Gets the information about all volume resources in a given resource group.
 /// The information include the description and other properties of the volume.
 /// </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 <VolumeResourceDescription> ListBySubscriptionNext(this IVolumeOperations operations, string nextPageLink)
 {
     return(operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult());
 }