ITerminalServerConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.TerminalServerConfigurationTypeConverter))]
public interface ITerminalServerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer3IPPrefixProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITerminalServerPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.TerminalServerConfigurationTypeConverter))>]
type ITerminalServerConfiguration = interface
interface IJsonSerializable
interface ITerminalServerPatchableProperties
interface ILayer3IPPrefixProperties
Public Interface ITerminalServerConfiguration
Implements ILayer3IPPrefixProperties, ITerminalServerPatchableProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| NetworkDeviceId |
ARM Resource ID used for the NetworkDevice. |
| Password |
Password for the terminal server connection. (Inherited from ITerminalServerPatchableProperties) |
| PrimaryIpv4Prefix |
IPv4 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| PrimaryIpv6Prefix |
IPv6 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SerialNumber |
Serial Number of Terminal server. (Inherited from ITerminalServerPatchableProperties) |
| Username |
Username for the terminal server connection. (Inherited from ITerminalServerPatchableProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |