App Service Site Config Args
constructor(acrUseManagedIdentityCredentials: Output<Boolean>? = null, acrUserManagedIdentityClientId: Output<String>? = null, alwaysOn: Output<Boolean>? = null, appCommandLine: Output<String>? = null, autoSwapSlotName: Output<String>? = null, cors: Output<AppServiceSiteConfigCorsArgs>? = null, defaultDocuments: Output<List<String>>? = null, dotnetFrameworkVersion: Output<String>? = null, ftpsState: Output<String>? = null, healthCheckPath: Output<String>? = null, http2Enabled: Output<Boolean>? = null, ipRestrictions: Output<List<AppServiceSiteConfigIpRestrictionArgs>>? = null, javaContainer: Output<String>? = null, javaContainerVersion: Output<String>? = null, javaVersion: Output<String>? = null, linuxFxVersion: Output<String>? = null, localMysqlEnabled: Output<Boolean>? = null, managedPipelineMode: Output<String>? = null, minTlsVersion: Output<String>? = null, numberOfWorkers: Output<Int>? = null, phpVersion: Output<String>? = null, pythonVersion: Output<String>? = null, remoteDebuggingEnabled: Output<Boolean>? = null, remoteDebuggingVersion: Output<String>? = null, scmIpRestrictions: Output<List<AppServiceSiteConfigScmIpRestrictionArgs>>? = null, scmType: Output<String>? = null, scmUseMainIpRestriction: Output<Boolean>? = null, use32BitWorkerProcess: Output<Boolean>? = null, vnetRouteAllEnabled: Output<Boolean>? = null, websocketsEnabled: Output<Boolean>? = null, windowsFxVersion: Output<String>? = null)