Compartilhar via


Método WebHostingPlanOperationsExtensions.Delete (IWebHostingPlanOperations, String, String)

 

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

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Sintaxe

public static OperationResponse Delete(
    this IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName
)
public:
[ExtensionAttribute]
static OperationResponse^ Delete(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName,
    String^ webHostingPlanName
)
static member Delete : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string *
        webHostingPlanName:string -> OperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IWebHostingPlanOperations,
    webSpaceName As String,
    webHostingPlanName As String
) As OperationResponse

Parâmetros

  • webSpaceName
    Type: System.String

    Obrigatório. O nome do espaço da web.

  • webHostingPlanName
    Type: System.String

    Obrigatório. O nome do plano de hospedagem na web.

Valor de retorno

Type: Microsoft.WindowsAzure.OperationResponse

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Consulte também

Classe WebHostingPlanOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo