Partager via


DefinitionOperationsExtensions.GetAsync(IDefinitionOperations, String) Méthode

Définition

Retourne une définition de profil existante. (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.DefinitionGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations operations, string profileName);
static member GetAsync : Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionGetResponse>
<Extension()>
Public Function GetAsync (operations As IDefinitionOperations, profileName As String) As Task(Of DefinitionGetResponse)

Paramètres

operations
IDefinitionOperations

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

profileName
String

Obligatoire. Nom du profil à partir duquel obtenir la définition.

Retours

Réponse de l’opération Get Definition.

S’applique à