Partager via


HostedServiceOperationsExtensions.Create Méthode

Définition

L’opération Créer un service hébergé crée un service cloud dans Azure. (voir http://msdn.microsoft.com/en-us/library/windowsazure/gg441304.aspx pour plus d’informations)

public static Microsoft.Azure.AzureOperationResponse Create (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Create (operations As IHostedServiceOperations, parameters As HostedServiceCreateParameters) As AzureOperationResponse

Paramètres

operations
IHostedServiceOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

parameters
HostedServiceCreateParameters

Obligatoire. Paramètres fournis à l’opération Créer un service hébergé.

Retours

Microsoft.Azure.AzureOperationResponse

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

S’applique à