PrefixLimitPatchProperties Class

Definition

Prefix Limit Patch properties.

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

Constructors

Name Description
PrefixLimitPatchProperties()

Initializes a new instance of PrefixLimitPatchProperties.

Properties

Name Description
IdleTimeExpiry

Idle time expiry in seconds.

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<PrefixLimitPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrefixLimitPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrefixLimitPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrefixLimitPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrefixLimitPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to