RoutePrefixLimitProperties Class

Definition

Layer3 Route prefix limit configuration.

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

Constructors

Name Description
RoutePrefixLimitProperties()

Initializes a new instance of RoutePrefixLimitProperties.

Properties

Name Description
HardLimit

Hard limit for the routes.

Threshold

Threshold for the routes.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<RoutePrefixLimitProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutePrefixLimitProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutePrefixLimitProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutePrefixLimitProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to