DefinitionOperationsExtensions.GetAsync(IDefinitionOperations, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET