Share via


VlanGroupProperties Class

Definition

Vlan group properties.

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

Constructors

VlanGroupProperties()

Initializes a new instance of VlanGroupProperties.

Properties

Name

Vlan group name.

Vlans

List of vlans.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VlanGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VlanGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VlanGroupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VlanGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VlanGroupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to