ServicePlanArgs

constructor(appServiceEnvironmentId: Output<String>? = null, location: Output<String>? = null, maximumElasticWorkerCount: Output<Int>? = null, name: Output<String>? = null, osType: Output<String>? = null, perSiteScalingEnabled: Output<Boolean>? = null, premiumPlanAutoScaleEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, skuName: Output<String>? = null, tags: Output<Map<String, String>>? = null, workerCount: Output<Int>? = null, zoneBalancingEnabled: Output<Boolean>? = null)