PlanArgs

constructor(appServiceEnvironmentId: Output<String>? = null, isXenon: Output<Boolean>? = null, kind: Output<String>? = 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<PlanSkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)