GetAppServicePlanResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the App Service Environment where the App Service Plan is located.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A flag that indicates if it's a xenon plan (support for Windows Container)

Link copied to clipboard

The Operating System type of the App Service Plan

Link copied to clipboard

The Azure location where the App Service Plan exists

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
Link copied to clipboard

Can Apps assigned to this App Service Plan be scaled independently?

Link copied to clipboard

Is this App Service Plan Reserved?

Link copied to clipboard
Link copied to clipboard

A sku block as documented below.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

App Service Plan perform availability zone balancing.