Compartilhar via


Método WebHostingPlanOperationsExtensions.Update (IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

 

Atualiza uma existente da Web plano 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 WebHostingPlanUpdateResponse Update(
    this IWebHostingPlanOperations operations,
    string webSpaceName,
    string webHostingPlanName,
    WebHostingPlanUpdateParameters parameters
)
public:
[ExtensionAttribute]
static WebHostingPlanUpdateResponse^ Update(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName,
    String^ webHostingPlanName,
    WebHostingPlanUpdateParameters^ parameters
)
static member Update : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string *
        webHostingPlanName:string *
        parameters:WebHostingPlanUpdateParameters -> WebHostingPlanUpdateResponse
<ExtensionAttribute>
Public Shared Function Update (
    operations As IWebHostingPlanOperations,
    webSpaceName As String,
    webHostingPlanName As String,
    parameters As WebHostingPlanUpdateParameters
) As WebHostingPlanUpdateResponse

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.Management.WebSites.Models.WebHostingPlanUpdateResponse

A resposta da operação Criar plano de Web de hospedagem.

Consulte também

Classe WebHostingPlanOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo