Example #1
0
 /// <summary>
 /// Returns all profiles owned by a subscription.  (see
 /// http://msdn.microsoft.com/en-us/library/hh758249.aspx for more
 /// information)
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.
 /// </param>
 /// <returns>
 /// The List Profiles operation response.
 /// </returns>
 public static Task <ProfilesListResponse> ListAsync(this IProfileOperations operations)
 {
     return(operations.ListAsync(CancellationToken.None));
 }