TerminalServerPatchableProperties 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 credential configuration currently applied on terminal server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.TerminalServerPatchablePropertiesTypeConverter))]
public class TerminalServerPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITerminalServerPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.TerminalServerPatchablePropertiesTypeConverter))>]
type TerminalServerPatchableProperties = class
interface ITerminalServerPatchableProperties
interface IJsonSerializable
Public Class TerminalServerPatchableProperties
Implements ITerminalServerPatchableProperties
- Inheritance
-
TerminalServerPatchableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TerminalServerPatchableProperties() |
Creates an new TerminalServerPatchableProperties instance. |
Properties
| Name | Description |
|---|---|
| Password |
Password for the terminal server connection. |
| 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 TerminalServerPatchableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TerminalServerPatchableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITerminalServerPatchableProperties. |
| FromJsonString(String) |
Creates a new instance of TerminalServerPatchableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TerminalServerPatchableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |