Get App Service Plan Result
data class GetAppServicePlanResult(val appServiceEnvironmentId: String, val id: String, val isXenon: Boolean, val kind: String, val location: String, val maximumElasticWorkerCount: Int, val maximumNumberOfWorkers: Int, val name: String, val perSiteScaling: Boolean, val reserved: Boolean, val resourceGroupName: String, val sku: GetAppServicePlanSku, val tags: Map<String, String>, val zoneRedundant: Boolean)
A collection of values returned by getAppServicePlan.
Constructors
Link copied to clipboard
constructor(appServiceEnvironmentId: String, id: String, isXenon: Boolean, kind: String, location: String, maximumElasticWorkerCount: Int, maximumNumberOfWorkers: Int, name: String, perSiteScaling: Boolean, reserved: Boolean, resourceGroupName: String, sku: GetAppServicePlanSku, tags: Map<String, String>, zoneRedundant: Boolean)
Properties
Link copied to clipboard
The ID of the App Service Environment where the App Service Plan is located.
Link copied to clipboard
The maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan.
Link copied to clipboard
The maximum number of workers supported with the App Service Plan's sku.
Link copied to clipboard
Can Apps assigned to this App Service Plan be scaled independently?
Link copied to clipboard
Link copied to clipboard
A sku
block as documented below.
Link copied to clipboard
App Service Plan perform availability zone balancing.