BmpConfigurationPatchProperties Class

Definition

BMP Configuration patch properties.

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

Constructors

Name Description
BmpConfigurationPatchProperties()

Initializes a new instance of BmpConfigurationPatchProperties.

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

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

IJsonModel<BmpConfigurationPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BmpConfigurationPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BmpConfigurationPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BmpConfigurationPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to