BfdAdministrativeState Struct

Definition

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

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

Constructors

BfdAdministrativeState(String)

Initializes a new instance of BfdAdministrativeState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Mat

MAT.

Rma

RMA.

Methods

Equals(BfdAdministrativeState)

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

Equality(BfdAdministrativeState, BfdAdministrativeState)

Determines if two BfdAdministrativeState values are the same.

Implicit(String to BfdAdministrativeState)

Converts a string to a BfdAdministrativeState.

Inequality(BfdAdministrativeState, BfdAdministrativeState)

Determines if two BfdAdministrativeState values are not the same.

Applies to