OptionBLayer3PrefixLimitProperties Class

Definition

OptionB Layer3 prefix limit properties.

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

Constructors

Name Description
OptionBLayer3PrefixLimitProperties()

Initializes a new instance of OptionBLayer3PrefixLimitProperties.

Properties

Name Description
MaximumRoutes

Maximum number of routes allowed.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<OptionBLayer3PrefixLimitProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OptionBLayer3PrefixLimitProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OptionBLayer3PrefixLimitProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OptionBLayer3PrefixLimitProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to