Partager via


ProfileOperationsExtensions.GetAsync(IProfileOperations, String) Méthode

Définition

Retourne les détails du profil, notamment toutes les versions des définitions et leurs états. (voir http://msdn.microsoft.com/en-us/library/hh758248.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfileGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string profileName);
static member GetAsync : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.ProfileGetResponse>
<Extension()>
Public Function GetAsync (operations As IProfileOperations, profileName As String) As Task(Of ProfileGetResponse)

Paramètres

operations
IProfileOperations

Référence à Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.

profileName
String

Obligatoire. Nom du profil.

Retours

Réponse de l’opération Obtenir les détails du profil.

S’applique à