Partager via


IProfileOperations.CreateAsync(String, String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> CreateAsync (string name, string domainName, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function CreateAsync (name As String, domainName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Paramètres

name
String

Nom du profil.

domainName
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

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

S’applique à