Partager via


IHostedServiceOperations.CreateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> CreateAsync (Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function CreateAsync (parameters As HostedServiceCreateParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Paramètres

parameters
HostedServiceCreateParameters

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

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 requête.

S’applique à