Condividi tramite


Metodo WebHostingPlanOperationsExtensions.Update (IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)

 

Aggiorna un'esistente piano di Hosting Web. (vedere https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ per ulteriori informazioni)

Spazio dei nomi:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Sintassi

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

Parametri

  • webSpaceName
    Type: System.String

    Obbligatorio. Il nome dello spazio web.

  • webHostingPlanName
    Type: System.String

    Obbligatorio. Nome del piano di hosting web.

Valore restituito

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse

La risposta dell'operazione crea piano di Hosting Web.

Vedere anche

Classe WebHostingPlanOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio