Partager via


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

Paramètres

profileName
String

Nom du profil.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à