示例#1
0
 /// <summary>
 /// Gets all the volume resources in a given resource group.
 /// </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='resourceGroupName'>
 /// Azure resource group name
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IPage <VolumeResourceDescription> > ListByResourceGroupAsync(this IVolumeOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }