WebHostingPlanOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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.