ProfileOperationsExtensions.CreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET