BfdPatchConfiguration Class

Definition

BFD configuration properties.

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

Constructors

Name Description
BfdPatchConfiguration()

Initializes a new instance of BfdPatchConfiguration.

Properties

Name Description
AdministrativeState

Administrative state of the BfdConfiguration. Example: Enabled | Disabled.

IntervalInMilliSeconds

Interval in milliseconds. Example: 300.

Multiplier

Multiplier for the Bfd Configuration. Example: 5.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BfdPatchConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BfdPatchConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BfdPatchConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BfdPatchConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to