Compartilhar via


CloudServiceOperationsExtensions.BeginDeletingAsync Método

Definição

Excluir um serviço de nuvem.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations operations, string cloudServiceName);
static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As ICloudServiceOperations, cloudServiceName As String) 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.

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