Share via


TerminalServerPatchableProperties Class

Definition

Network and credential configuration currently applied on terminal server.

public class TerminalServerPatchableProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerPatchableProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerPatchableProperties>
type TerminalServerPatchableProperties = class
    interface IJsonModel<TerminalServerPatchableProperties>
    interface IPersistableModel<TerminalServerPatchableProperties>
Public Class TerminalServerPatchableProperties
Implements IJsonModel(Of TerminalServerPatchableProperties), IPersistableModel(Of TerminalServerPatchableProperties)
Inheritance
TerminalServerPatchableProperties
Derived
Implements

Constructors

TerminalServerPatchableProperties()

Initializes a new instance of TerminalServerPatchableProperties.

Properties

Password

Password for the terminal server connection.

SerialNumber

Serial Number of Terminal server.

Username

Username for the terminal server connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TerminalServerPatchableProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TerminalServerPatchableProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TerminalServerPatchableProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TerminalServerPatchableProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TerminalServerPatchableProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to