NetworkFabricPatchablePropertiesTerminalServerConfiguration 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 already applied to terminal server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchablePropertiesTerminalServerConfigurationTypeConverter))]
public class NetworkFabricPatchablePropertiesTerminalServerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricPatchablePropertiesTerminalServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchablePropertiesTerminalServerConfigurationTypeConverter))>]
type NetworkFabricPatchablePropertiesTerminalServerConfiguration = class
interface INetworkFabricPatchablePropertiesTerminalServerConfiguration
interface IJsonSerializable
interface ITerminalServerPatchableProperties
interface ILayer3IPPrefixProperties
interface IValidates
Public Class NetworkFabricPatchablePropertiesTerminalServerConfiguration
Implements INetworkFabricPatchablePropertiesTerminalServerConfiguration, IValidates
- Inheritance
-
NetworkFabricPatchablePropertiesTerminalServerConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricPatchablePropertiesTerminalServerConfiguration() |
Creates an new NetworkFabricPatchablePropertiesTerminalServerConfiguration instance. |
Properties
| Name | Description |
|---|---|
| Password |
Password for the terminal server connection. |
| PrimaryIpv4Prefix |
IPv4 Address Prefix. |
| PrimaryIpv6Prefix |
IPv6 Address Prefix. |
| SecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| SecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
| SerialNumber |
Serial Number of Terminal server. |
| Username |
Username for the terminal server connection. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFabricPatchablePropertiesTerminalServerConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFabricPatchablePropertiesTerminalServerConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricPatchablePropertiesTerminalServerConfiguration. |
| FromJsonString(String) |
Creates a new instance of NetworkFabricPatchablePropertiesTerminalServerConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFabricPatchablePropertiesTerminalServerConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |