IISWebServerResponse

data class IISWebServerResponse(val displayName: String? = null, val ipAddresses: List<String>? = null, val machines: List<String>? = null, val operatingSystemDetails: OperatingSystemDetailsResponse? = null, val rootConfigurationLocation: String? = null, val runAsAccountId: String? = null, val serverFqdn: String? = null, val serverId: String? = null, val serverName: String? = null, val version: String? = null, val webApplications: List<String>? = null)

IISWeb server.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, ipAddresses: List<String>? = null, machines: List<String>? = null, operatingSystemDetails: OperatingSystemDetailsResponse? = null, rootConfigurationLocation: String? = null, runAsAccountId: String? = null, serverFqdn: String? = null, serverId: String? = null, serverName: String? = null, version: String? = null, webApplications: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Gets or sets the display name.

Link copied to clipboard
val ipAddresses: List<String>? = null

Gets or sets list of ip addresses.

Link copied to clipboard
val machines: List<String>? = null

Gets or sets the list of machines.

Link copied to clipboard

Gets or sets the server root configuration location.

Link copied to clipboard
val runAsAccountId: String? = null

Gets or sets the run as account id.

Link copied to clipboard
val serverFqdn: String? = null

Gets or sets the server FQDN.

Link copied to clipboard
val serverId: String? = null

Gets or sets the web server id.

Link copied to clipboard
val serverName: String? = null

Gets or sets the web server name.

Link copied to clipboard
val version: String? = null

Gets or sets the server version.

Link copied to clipboard

Gets or sets the list of web applications.