Partager via


IDefinitionOperations.ListAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionsListResponse> ListAsync(string profileName, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionsListResponse>
Public Function ListAsync (profileName As String, cancellationToken As CancellationToken) As Task(Of DefinitionsListResponse)

Paramètres

profileName
String

Nom du profil à renvoyer toutes les définitions

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à