Compartilhar via


WebHostingPlanOperationsExtensions.Delete 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 Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName);
static member Delete : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String) As 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

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