WebHostingPlanOperationsExtensions.Update Method

Definition

public static Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse Update (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters -> Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse
<Extension()>
Public Function Update (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String, parameters As WebHostingPlanUpdateParameters) As WebHostingPlanUpdateResponse

Parameters

operations
IWebHostingPlanOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.

webSpaceName
String

Required. The name of the web space.

webHostingPlanName
String

Required. The name of the web hosting plan.

parameters
WebHostingPlanUpdateParameters

Required. Parameters supplied to the Update Web Hosting Plan operation.

Returns

The Create Web Hosting Plan operation response.

Applies to