Windows Web App Site Config Args
data class WindowsWebAppSiteConfigArgs(val alwaysOn: Output<Boolean>? = null, val apiDefinitionUrl: Output<String>? = null, val apiManagementApiId: Output<String>? = null, val appCommandLine: Output<String>? = null, val applicationStack: Output<WindowsWebAppSiteConfigApplicationStackArgs>? = null, val autoHealEnabled: Output<Boolean>? = null, val autoHealSetting: Output<WindowsWebAppSiteConfigAutoHealSettingArgs>? = null, val containerRegistryManagedIdentityClientId: Output<String>? = null, val containerRegistryUseManagedIdentity: Output<Boolean>? = null, val cors: Output<WindowsWebAppSiteConfigCorsArgs>? = null, val defaultDocuments: Output<List<String>>? = null, val detailedErrorLoggingEnabled: Output<Boolean>? = null, val ftpsState: Output<String>? = null, val healthCheckEvictionTimeInMin: Output<Int>? = null, val healthCheckPath: Output<String>? = null, val http2Enabled: Output<Boolean>? = null, val ipRestrictions: Output<List<WindowsWebAppSiteConfigIpRestrictionArgs>>? = null, val linuxFxVersion: Output<String>? = null, val loadBalancingMode: Output<String>? = null, val localMysqlEnabled: Output<Boolean>? = null, val managedPipelineMode: Output<String>? = null, val minimumTlsVersion: Output<String>? = null, val remoteDebuggingEnabled: Output<Boolean>? = null, val remoteDebuggingVersion: Output<String>? = null, val scmIpRestrictions: Output<List<WindowsWebAppSiteConfigScmIpRestrictionArgs>>? = null, val scmMinimumTlsVersion: Output<String>? = null, val scmType: Output<String>? = null, val scmUseMainIpRestriction: Output<Boolean>? = null, val use32BitWorker: Output<Boolean>? = null, val virtualApplications: Output<List<WindowsWebAppSiteConfigVirtualApplicationArgs>>? = null, val vnetRouteAllEnabled: Output<Boolean>? = null, val websocketsEnabled: Output<Boolean>? = null, val windowsFxVersion: Output<String>? = null, val workerCount: Output<Int>? = null) : ConvertibleToJava<WindowsWebAppSiteConfigArgs>
Constructors
Link copied to clipboard
fun WindowsWebAppSiteConfigArgs(alwaysOn: Output<Boolean>? = null, apiDefinitionUrl: Output<String>? = null, apiManagementApiId: Output<String>? = null, appCommandLine: Output<String>? = null, applicationStack: Output<WindowsWebAppSiteConfigApplicationStackArgs>? = null, autoHealEnabled: Output<Boolean>? = null, autoHealSetting: Output<WindowsWebAppSiteConfigAutoHealSettingArgs>? = null, containerRegistryManagedIdentityClientId: Output<String>? = null, containerRegistryUseManagedIdentity: Output<Boolean>? = null, cors: Output<WindowsWebAppSiteConfigCorsArgs>? = null, defaultDocuments: Output<List<String>>? = null, detailedErrorLoggingEnabled: Output<Boolean>? = null, ftpsState: Output<String>? = null, healthCheckEvictionTimeInMin: Output<Int>? = null, healthCheckPath: Output<String>? = null, http2Enabled: Output<Boolean>? = null, ipRestrictions: Output<List<WindowsWebAppSiteConfigIpRestrictionArgs>>? = null, linuxFxVersion: Output<String>? = null, loadBalancingMode: Output<String>? = null, localMysqlEnabled: Output<Boolean>? = null, managedPipelineMode: Output<String>? = null, minimumTlsVersion: Output<String>? = null, remoteDebuggingEnabled: Output<Boolean>? = null, remoteDebuggingVersion: Output<String>? = null, scmIpRestrictions: Output<List<WindowsWebAppSiteConfigScmIpRestrictionArgs>>? = null, scmMinimumTlsVersion: Output<String>? = null, scmType: Output<String>? = null, scmUseMainIpRestriction: Output<Boolean>? = null, use32BitWorker: Output<Boolean>? = null, virtualApplications: Output<List<WindowsWebAppSiteConfigVirtualApplicationArgs>>? = null, vnetRouteAllEnabled: Output<Boolean>? = null, websocketsEnabled: Output<Boolean>? = null, windowsFxVersion: Output<String>? = null, workerCount: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard