IISWebServerArgs

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

IISWeb server.

Constructors

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

Properties

Link copied to clipboard
val displayName: Output<String>? = null

Gets or sets the display name.

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

Gets or sets list of ip addresses.

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

Gets or sets the list of machines.

Link copied to clipboard
Link copied to clipboard
val rootConfigurationLocation: Output<String>? = null

Gets or sets the server root configuration location.

Link copied to clipboard
val runAsAccountId: Output<String>? = null

Gets or sets the run as account id.

Link copied to clipboard
val serverFqdn: Output<String>? = null

Gets or sets the server FQDN.

Link copied to clipboard
val serverId: Output<String>? = null

Gets or sets the web server id.

Link copied to clipboard
val serverName: Output<String>? = null

Gets or sets the web server name.

Link copied to clipboard
val version: Output<String>? = null

Gets or sets the server version.

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

Gets or sets the list of web applications.

Functions

Link copied to clipboard
open override fun toJava(): IISWebServerArgs