/// <summary>
 /// Gets information about the Batch accounts associated with the subscription.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <BatchAccount> List(this IBatchAccountOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }