WebsitesClient.CreateOrUpdateAppServicePlan 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.
Overloads
CreateOrUpdateAppServicePlan(String, String, AppServicePlan, String) | |
CreateOrUpdateAppServicePlan(String, String, AppServicePlan, String, String) |
CreateOrUpdateAppServicePlan(String, String, AppServicePlan, String)
public Microsoft.Azure.Management.WebSites.Models.AppServicePlan CreateOrUpdateAppServicePlan (string resourceGroupName, string appServicePlanName, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan, string aseRecourceId);
member this.CreateOrUpdateAppServicePlan : string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan * string -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
Public Function CreateOrUpdateAppServicePlan (resourceGroupName As String, appServicePlanName As String, appServicePlan As AppServicePlan, aseRecourceId As String) As AppServicePlan
Parameters
- resourceGroupName
- String
- appServicePlanName
- String
- appServicePlan
- AppServicePlan
- aseRecourceId
- String
Returns
Applies to
CreateOrUpdateAppServicePlan(String, String, AppServicePlan, String, String)
public Microsoft.Azure.Management.WebSites.Models.AppServicePlan CreateOrUpdateAppServicePlan (string resourceGroupName, string appServicePlanName, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan, string aseName = default, string aseResourceGroupName = default);
member this.CreateOrUpdateAppServicePlan : string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan * string * string -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
Public Function CreateOrUpdateAppServicePlan (resourceGroupName As String, appServicePlanName As String, appServicePlan As AppServicePlan, Optional aseName As String = Nothing, Optional aseResourceGroupName As String = Nothing) As AppServicePlan
Parameters
- resourceGroupName
- String
- appServicePlanName
- String
- appServicePlan
- AppServicePlan
- aseName
- String
- aseResourceGroupName
- String