InternalNetworkBmpProperties Class

Definition

Internal Network BMP Configuration.

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

Constructors

Name Description
InternalNetworkBmpProperties()

Initializes a new instance of InternalNetworkBmpProperties.

Properties

Name Description
BmpConfigurationState

BMP Monitoring configuration state.

ExportPolicies

Export Policy for the BGP Monitoring Protocol (BMP) Configuration.

NeighborIPExclusions

BMP Collector Address.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<InternalNetworkBmpProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InternalNetworkBmpProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InternalNetworkBmpProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InternalNetworkBmpProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to