/// <summary>
 /// Gets all the application resources in a given subscription.
 /// </summary>
 /// <remarks>
 /// Gets the information about all application resources in a given resource
 /// group. The information include the description and other properties of the
 /// application.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <ApplicationResourceDescription> ListBySubscription(this IApplicationOperations operations)
 {
     return(operations.ListBySubscriptionAsync().GetAwaiter().GetResult());
 }