DevTestLabPort Class

Definition

Properties of a network port.

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

Constructors

DevTestLabPort()

Initializes a new instance of DevTestLabPort.

Properties

BackendPort

Backend port of the target virtual machine.

TransportProtocol

Protocol type of the port.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabPort>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabPort>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabPort>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabPort>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabPort>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to