IISApplicationDetailsResponse

data class IISApplicationDetailsResponse(val applicationPoolName: String? = null, val directories: List<DirectoryPathResponse>? = null, val enable32BitApiOnWin64: Boolean? = null, val id: String, val managedPipelineMode: String? = null, val path: DirectoryPathResponse? = null, val runtimeVersion: String? = null)

IISApplication details.

Constructors

Link copied to clipboard
constructor(applicationPoolName: String? = null, directories: List<DirectoryPathResponse>? = null, enable32BitApiOnWin64: Boolean? = null, id: String, managedPipelineMode: String? = null, path: DirectoryPathResponse? = null, runtimeVersion: String? = null)

Types

Link copied to clipboard
object Companion

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
val id: String

Gets the ID.

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
val runtimeVersion: String? = null

Gets or sets the runtime version.