/// <summary>
 /// The ListActions operation gets information about non-standard
 /// actions for the provider.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Batch.IAccountOperations.
 /// </param>
 /// <returns>
 /// Values returned by the ListActions operation.
 /// </returns>
 public static Task <BatchAccountListActionsResponse> ListActionsAsync(this IAccountOperations operations)
 {
     return(operations.ListActionsAsync(CancellationToken.None));
 }