TerminalServerConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network and credentials configuration currently applied to terminal server.
public class TerminalServerConfiguration : Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerPatchableProperties
type TerminalServerConfiguration = class
inherit TerminalServerPatchableProperties
Public Class TerminalServerConfiguration
Inherits TerminalServerPatchableProperties
- Inheritance
Constructors
TerminalServerConfiguration() |
Initializes a new instance of TerminalServerConfiguration. |
Properties
NetworkDeviceId |
ARM Resource ID used for the NetworkDevice. |
Password |
Password for the terminal server connection. (Inherited from TerminalServerPatchableProperties) |
PrimaryIPv4Prefix |
IPv4 Address Prefix. |
PrimaryIPv6Prefix |
IPv6 Address Prefix. |
SecondaryIPv4Prefix |
Secondary IPv4 Address Prefix. |
SecondaryIPv6Prefix |
Secondary IPv6 Address Prefix. |
SerialNumber |
Serial Number of Terminal server. (Inherited from TerminalServerPatchableProperties) |
Username |
Username for the terminal server connection. (Inherited from TerminalServerPatchableProperties) |
Applies to
Azure SDK for .NET