Share via


WorkloadNetworkSegmentPortVif Class

Definition

Ports and any VIF attached to segment.

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

Properties

Name Description
PortName

Name of port or VIF attached to segment.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WorkloadNetworkSegmentPortVif>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkloadNetworkSegmentPortVif>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkloadNetworkSegmentPortVif>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadNetworkSegmentPortVif>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadNetworkSegmentPortVif>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to