UniqueRouteDistinguisherPatchProperties Class

Definition

Unique Route Distinguisher configuration properties.

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

Constructors

Name Description
UniqueRouteDistinguisherPatchProperties()

Initializes a new instance of UniqueRouteDistinguisherPatchProperties.

Properties

Name Description
NniDerivedUniqueRdConfigurationState

NNI derived unique Route Distinguisher state. Default is Disabled.

UniqueRdConfigurationState

Unique Route Distinguisher configuration state. Default is Enabled.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<UniqueRouteDistinguisherPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UniqueRouteDistinguisherPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UniqueRouteDistinguisherPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UniqueRouteDistinguisherPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to