TerminalServerConfiguration interface
Network and credentials configuration currently applied to terminal server.
Properties
| network |
ARM Resource ID used for the NetworkDevice. |
| password | Password for the terminal server connection. |
| primary |
IPv4 Address Prefix. |
| primary |
IPv6 Address Prefix. |
| secondary |
Secondary IPv4 Address Prefix. |
| secondary |
Secondary IPv6 Address Prefix. |
| serial |
Serial Number of Terminal server. |
| username | Username for the terminal server connection. |
Property Details
networkDeviceId
ARM Resource ID used for the NetworkDevice.
networkDeviceId?: string
Property Value
string
password
Password for the terminal server connection.
password: string
Property Value
string
primaryIpv4Prefix
IPv4 Address Prefix.
primaryIpv4Prefix: string
Property Value
string
primaryIpv6Prefix
IPv6 Address Prefix.
primaryIpv6Prefix?: string
Property Value
string
secondaryIpv4Prefix
Secondary IPv4 Address Prefix.
secondaryIpv4Prefix: string
Property Value
string
secondaryIpv6Prefix
Secondary IPv6 Address Prefix.
secondaryIpv6Prefix?: string
Property Value
string
serialNumber
Serial Number of Terminal server.
serialNumber?: string
Property Value
string
username
Username for the terminal server connection.
username: string
Property Value
string