IISApplication Details Args
data class IISApplicationDetailsArgs(val applicationPoolName: Output<String>? = null, val directories: Output<List<DirectoryPathArgs>>? = null, val enable32BitApiOnWin64: Output<Boolean>? = null, val managedPipelineMode: Output<String>? = null, val path: Output<DirectoryPathArgs>? = null, val runtimeVersion: Output<String>? = null) : ConvertibleToJava<IISApplicationDetailsArgs>
IISApplication details.
Constructors
Link copied to clipboard
constructor(applicationPoolName: Output<String>? = null, directories: Output<List<DirectoryPathArgs>>? = null, enable32BitApiOnWin64: Output<Boolean>? = null, managedPipelineMode: Output<String>? = null, path: Output<DirectoryPathArgs>? = null, runtimeVersion: Output<String>? = null)
Properties
Link copied to clipboard
Gets or sets the application pool name.
Link copied to clipboard
Gets or sets the list of directories.
Link copied to clipboard
Gets or sets a value indicating whether 32 bit applications are allowed to run on 64 bit.
Link copied to clipboard
Gets or sets the managed pipeline mode.
Link copied to clipboard
Second level entity for virtual directories.
Link copied to clipboard
Gets or sets the runtime version.