다음을 통해 공유


NetworkFabricPatchablePropertiesTerminalServerConfiguration Class

Definition

Network and credentials configuration already applied to terminal server.

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

Constructors

NetworkFabricPatchablePropertiesTerminalServerConfiguration()

Initializes a new instance of NetworkFabricPatchablePropertiesTerminalServerConfiguration.

Properties

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricPatchablePropertiesTerminalServerConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricPatchablePropertiesTerminalServerConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TerminalServerPatchableProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TerminalServerPatchableProperties)
IJsonModel<TerminalServerPatchableProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TerminalServerPatchableProperties)
IPersistableModel<NetworkFabricPatchablePropertiesTerminalServerConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricPatchablePropertiesTerminalServerConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricPatchablePropertiesTerminalServerConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TerminalServerPatchableProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TerminalServerPatchableProperties)
IPersistableModel<TerminalServerPatchableProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TerminalServerPatchableProperties)
IPersistableModel<TerminalServerPatchableProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TerminalServerPatchableProperties)

Applies to