Compartilhar via


CloudServiceOperationsExtensions.BeginCreatingAsync Método

Definição

Criar um serviço de nuvem.

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

Parâmetros

operations
ICloudServiceOperations

Referência ao Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.

cloudServiceName
String

Obrigatórios. O nome do serviço de nuvem.

parameters
CloudServiceCreateParameters

Obrigatórios. Parâmetros fornecidos para a operação Criar serviço de nuvem.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a