NetworkFabricMicroBfdState Struct

Definition

Micro Bidirectional Forwarding Detection (BFD) enabled/disabled state.

public readonly struct NetworkFabricMicroBfdState : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricMicroBfdState>
type NetworkFabricMicroBfdState = struct
Public Structure NetworkFabricMicroBfdState
Implements IEquatable(Of NetworkFabricMicroBfdState)
Inheritance
NetworkFabricMicroBfdState
Implements

Constructors

Name Description
NetworkFabricMicroBfdState(String)

Initializes a new instance of NetworkFabricMicroBfdState.

Properties

Name Description
Disabled

MicroBfdState-Disabled.

Enabled

MicroBfdState-Enabled.

Methods

Name Description
Equals(NetworkFabricMicroBfdState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NetworkFabricMicroBfdState, NetworkFabricMicroBfdState)

Determines if two NetworkFabricMicroBfdState values are the same.

Implicit(String to NetworkFabricMicroBfdState)

Converts a String to a NetworkFabricMicroBfdState.

Inequality(NetworkFabricMicroBfdState, NetworkFabricMicroBfdState)

Determines if two NetworkFabricMicroBfdState values are not the same.

Applies to