Share via


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

 

Updates an existing Web Hosting Plan. (see https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)

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

Syntax

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

Parameters

  • webSpaceName
    Type: System.String

    Required. The name of the web space.

  • webHostingPlanName
    Type: System.String

    Required. The name of the web hosting plan.

Return Value

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

The Create Web Hosting Plan operation response.

See Also

WebHostingPlanOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top