PrefixLimitProperties Class

Definition

Prefix Limit properties.

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

Constructors

Name Description
PrefixLimitProperties()

Initializes a new instance of PrefixLimitProperties.

Properties

Name Description
IdleTimeExpiry

Idle Time Expiry in seconds, default is 60.

MaximumRoutes

Maximum routes allowed.

Threshold

Limit at which route prefixes a warning is generate.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<PrefixLimitProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrefixLimitProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrefixLimitProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrefixLimitProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to