Get Service Plan Result
data class GetServicePlanResult(val appServiceEnvironmentId: String, val id: String, val kind: String, val location: String, val maximumElasticWorkerCount: Int, val name: String, val osType: String, val perSiteScalingEnabled: Boolean, val reserved: Boolean, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val workerCount: Int, val zoneBalancingEnabled: Boolean)
A collection of values returned by getServicePlan.
Constructors
Link copied to clipboard
constructor(appServiceEnvironmentId: String, id: String, kind: String, location: String, maximumElasticWorkerCount: Int, name: String, osType: String, perSiteScalingEnabled: Boolean, reserved: Boolean, resourceGroupName: String, skuName: String, tags: Map<String, String>, workerCount: Int, zoneBalancingEnabled: Boolean)
Properties
Link copied to clipboard
The ID of the App Service Environment this Service Plan is part of.
Link copied to clipboard
The maximum number of workers in use in an Elastic SKU Plan.
Link copied to clipboard
Is Per Site Scaling be enabled?
Link copied to clipboard
Link copied to clipboard
The number of Workers (instances) allocated.
Link copied to clipboard
Is the Service Plan balance across Availability Zones in the region?