IWebHostingPlanOperations.UpdateAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse> UpdateAsync (string webSpaceName, string webHostingPlanName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : string * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse>
Public Function UpdateAsync (webSpaceName As String, webHostingPlanName As String, parameters As WebHostingPlanUpdateParameters, cancellationToken As CancellationToken) As Task(Of WebHostingPlanUpdateResponse)
Parameters
- webSpaceName
- String
The name of the web space.
- webHostingPlanName
- String
The name of the web hosting plan.
- parameters
- WebHostingPlanUpdateParameters
Parameters supplied to the Update Web Hosting Plan operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create Web Hosting Plan operation response.