IWebHostingPlanOperations::UpdateAsync Method (String^, String^, WebHostingPlanUpdateParameters^, CancellationToken)

 

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)

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

Task<WebHostingPlanUpdateResponse^>^ UpdateAsync(
	String^ webSpaceName,
	String^ webHostingPlanName,
	WebHostingPlanUpdateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

webSpaceName
Type: System::String^

The name of the web space.

webHostingPlanName
Type: System::String^

The name of the web hosting plan.

parameters
Type: Microsoft.WindowsAzure.Management.WebSites.Models::WebHostingPlanUpdateParameters^

Parameters supplied to the Update Web Hosting Plan operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<WebHostingPlanUpdateResponse^>^

The Create Web Hosting Plan operation response.

Return to top
Show: