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