Partager via


ICloudServiceOperations.BeginCreatingAsync Méthode

Définition

Créez un service cloud.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreatingAsync(string cloudServiceName, Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreatingAsync : string * Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function BeginCreatingAsync (cloudServiceName As String, parameters As CloudServiceCreateParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Paramètres

cloudServiceName
String

Nom du service cloud.

parameters
CloudServiceCreateParameters

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

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 à