WebHostingPlanOperationsExtensions.UpdateAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations operations, string webSpaceName, string webHostingPlanName, Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse>
<Extension()>
Public Function UpdateAsync (operations As IWebHostingPlanOperations, webSpaceName As String, webHostingPlanName As String, parameters As WebHostingPlanUpdateParameters) As Task(Of 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.

Applies to