Compartilhar via


WebHostingPlanOperationsExtensions.DeleteAsync Método

Definição

Exclui um plano de hospedagem na Web (consulte http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String) As Task(Of AzureOperationResponse)

Parâmetros

operations
IWebHostingPlanOperations

Referência a Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.

webSpaceName
String

Obrigatórios. O nome do espaço da Web.

webHostingPlanName
String

Obrigatórios. O nome do plano de hospedagem na Web.

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