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