Compartilhar via


HostedServiceOperationsExtensions.DeleteAsync Método

Definição

A operação Excluir Serviço Hospedado exclui o serviço de nuvem especificado do 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> DeleteAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (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