BfdConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BFD configuration properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.BfdConfigurationTypeConverter))]
public class BfdConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IBfdConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.BfdConfigurationTypeConverter))>]
type BfdConfiguration = class
interface IBfdConfiguration
interface IJsonSerializable
Public Class BfdConfiguration
Implements IBfdConfiguration
- Inheritance
-
BfdConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BfdConfiguration() |
Creates an new BfdConfiguration instance. |
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the BfdConfiguration. Example: Enabled | Disabled. |
| IntervalInMilliSecond |
Interval in milliseconds. Example: 300. |
| Multiplier |
Multiplier for the Bfd Configuration. Example: 5. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BfdConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BfdConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IBfdConfiguration. |
| FromJsonString(String) |
Creates a new instance of BfdConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BfdConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |