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
fun GetServicePlanResult(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)