Partager via


DefinitionOperationsExtensions.ListAsync Méthode

Définition

Retourne toutes les définitions d’un profil (voir http://msdn.microsoft.com/en-us/library/hh758252.aspx pour plus d’informations)

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

Paramètres

operations
IDefinitionOperations

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

profileName
String

Obligatoire. Nom du profil à renvoyer toutes les définitions

Retours

Réponse de l’opération List Definitions.

S’applique à