AppServiceEnvironmentArgs

constructor(clusterSettings: Output<List<NameValuePairArgs>>? = null, customDnsSuffixConfiguration: Output<CustomDnsSuffixConfigurationArgs>? = null, dedicatedHostCount: Output<Int>? = null, dnsSuffix: Output<String>? = null, frontEndScaleFactor: Output<Int>? = null, internalLoadBalancingMode: Output<Either<String, LoadBalancingMode>>? = null, ipsslAddressCount: Output<Int>? = null, kind: Output<String>? = null, location: Output<String>? = null, multiSize: Output<String>? = null, name: Output<String>? = null, networkingConfiguration: Output<AseV3NetworkingConfigurationArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, upgradePreference: Output<Either<String, UpgradePreference>>? = null, userWhitelistedIpRanges: Output<List<String>>? = null, virtualNetwork: Output<VirtualNetworkProfileArgs>? = null, zoneRedundant: Output<Boolean>? = null)