AppServicePlanArgs

constructor(elasticScaleEnabled: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, freeOfferExpirationTime: Output<String>? = null, hostingEnvironmentProfile: Output<HostingEnvironmentProfileArgs>? = null, hyperV: Output<Boolean>? = null, isSpot: Output<Boolean>? = null, isXenon: Output<Boolean>? = null, kind: Output<String>? = null, kubeEnvironmentProfile: Output<KubeEnvironmentProfileArgs>? = null, location: Output<String>? = null, maximumElasticWorkerCount: Output<Int>? = null, name: Output<String>? = null, perSiteScaling: Output<Boolean>? = null, reserved: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuDescriptionArgs>? = null, spotExpirationTime: Output<String>? = null, tags: Output<Map<String, String>>? = null, targetWorkerCount: Output<Int>? = null, targetWorkerSizeId: Output<Int>? = null, workerTierName: Output<String>? = null, zoneRedundant: Output<Boolean>? = null)