IISWeb Server Args
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
Gets or sets the display name.
Link copied to clipboard
Gets or sets list of ip addresses.
Link copied to clipboard
Link copied to clipboard
Gets or sets the server root configuration location.
Link copied to clipboard
Gets or sets the run as account id.
Link copied to clipboard
Gets or sets the server FQDN.
Link copied to clipboard
Gets or sets the web server name.
Link copied to clipboard
Gets or sets the list of web applications.