Partager via


ProfileOperationsExtensions.Create(IProfileOperations, String, String) 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 Microsoft.Azure.AzureOperationResponse Create (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string name, string domainName);
static member Create : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Create (operations As IProfileOperations, name As String, domainName As String) As 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 en cours de création.

Retours

Microsoft.Azure.AzureOperationResponse

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à