WebHostingPlanOperationsExtensions.Update Method (IWebHostingPlanOperations, String, String, WebHostingPlanUpdateParameters)
Updates an existing Web Hosting Plan. (see http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public static WebHostingPlanUpdateResponse Update( this IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName, WebHostingPlanUpdateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
-
Type:
System.String
Required. The name of the web space.
- webHostingPlanName
-
Type:
System.String
Required. The name of the web hosting plan.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters
Required. Parameters supplied to the Update Web Hosting Plan operation.
Return Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponseThe Create Web Hosting Plan operation response.
Show: