Compartilhar via


HostedServiceOperationsExtensions.BeginDeletingAllAsync Método

Definição

A operação DeleteAll Hosted Service exclui o serviço de nuvem especificado, bem como o disco do sistema operacional, os discos de dados anexados e os blobs de origem dos discos do armazenamento do Microsoft Azure. (consulte 'http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.aspx' para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAllAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member BeginDeletingAllAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingAllAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of AzureOperationResponse)

Parâmetros

operations
IHostedServiceOperations

Referência ao Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
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