Esempio n. 1
0
 /// <summary>
 /// Returns profile details, including all definition versions and
 /// their statuses.  (see
 /// http://msdn.microsoft.com/en-us/library/hh758248.aspx for more
 /// information)
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.
 /// </param>
 /// <param name='profileName'>
 /// Required. The name of the profile.
 /// </param>
 /// <returns>
 /// The Get Profile Details operation response.
 /// </returns>
 public static Task <ProfileGetResponse> GetAsync(this IProfileOperations operations, string profileName)
 {
     return(operations.GetAsync(profileName, CancellationToken.None));
 }