WebsitesClient.CreateAppServicePlan 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.
public Microsoft.Azure.Management.WebSites.Models.AppServicePlan CreateAppServicePlan (string resourceGroupName, string appServicePlanName, string location, string adminSiteName, Microsoft.Azure.Management.WebSites.Models.SkuDescription sku, string aseName = default, string aseResourceGroupName = default, bool? perSiteScaling = False);
member this.CreateAppServicePlan : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.SkuDescription * string * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
Public Function CreateAppServicePlan (resourceGroupName As String, appServicePlanName As String, location As String, adminSiteName As String, sku As SkuDescription, Optional aseName As String = Nothing, Optional aseResourceGroupName As String = Nothing, Optional perSiteScaling As Nullable(Of Boolean) = False) As AppServicePlan
Parameters
- resourceGroupName
- String
- appServicePlanName
- String
- location
- String
- adminSiteName
- String
- sku
- SkuDescription
- aseName
- String
- aseResourceGroupName
- String