BmpConfigurationProperties Class

Definition

BGP Monitoring Protocol (BMP) Configuration properties.

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

Constructors

Name Description
BmpConfigurationProperties()

Initializes a new instance of BmpConfigurationProperties.

Properties

Name Description
ExportPolicies

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

ExportPolicy

Export Policy for the BMP Configuration.

MonitoredAddressFamilies

Monitored Address Families for the BMP Configuration.

MonitoredNetworks

The List of Network ID's that need to be monitored.

ScopeResourceId

Scope resource ARM Identifier.

StationConfigurationState

Enabling a station. Either True/False.

StationConnectionMode

Station Connection Mode.

StationConnectionProperties

Station Connection Properties.

StationIP

IP Address of the station.

StationName

Name of the station.

StationNetwork

Network of the station.

StationPort

Port of the station. Default value is 5000.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BmpConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BmpConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BmpConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BmpConfigurationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to