RoutePrefixLimitPatchProperties Class

Definition

VRP Limit patch configuration.

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

Constructors

Name Description
RoutePrefixLimitPatchProperties()

Initializes a new instance of RoutePrefixLimitPatchProperties.

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

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

IJsonModel<RoutePrefixLimitPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutePrefixLimitPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutePrefixLimitPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutePrefixLimitPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to