Partager via


ProfileOperationsExtensions.CreateAsync Méthode

Définition

Crée un nouveau profil pour un nom de domaine, détenu par l'abonnement spécifié. (voir http://msdn.microsoft.com/en-us/library/hh758254.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> CreateAsync (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string name, string domainName);
static member CreateAsync : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function CreateAsync (operations As IProfileOperations, name As String, domainName As String) As Task(Of AzureOperationResponse)

Paramètres

operations
IProfileOperations

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

name
String

Obligatoire. Nom du profil.

domainName
String

Obligatoire. Nom du domaine pour lequel le profil est créé.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à