/// <summary>
 /// Lists all Traffic Manager profiles within a subscription.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.TrafficManager.IProfileOperations.
 /// </param>
 /// <returns>
 /// The response to a Traffic Manager profile 'ListAll' or
 /// 'ListAllInResourceGroup' operation.
 /// </returns>
 public static Task <ProfileListResponse> ListAllAsync(this IProfileOperations operations)
 {
     return(operations.ListAllAsync(CancellationToken.None));
 }