IWebHostingPlanOperations.UpdateAsync Method

Definition

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.

Applies to