Web App Assessment Settings Args
constructor(appSvcContainerSettings: Output<AppSvcContainerSettingsArgs>, appSvcNativeSettings: Output<AppSvcNativeSettingsArgs>, azureLocation: Output<String>? = null, azureSecurityOfferingType: Output<Either<String, AzureSecurityOfferingType>>, billingSettings: Output<BillingSettingsArgs>? = null, currency: Output<Either<String, AzureCurrency>>? = null, discountPercentage: Output<Double>? = null, environmentType: Output<Either<String, EnvironmentType>>? = null, performanceData: Output<PerformanceDataArgs>? = null, savingsSettings: Output<SavingsSettingsArgs>? = null, scalingFactor: Output<Double>? = null, sizingCriterion: Output<Either<String, AssessmentSizingCriterion>>? = null)