BfdAdministrativeState Struct
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.
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
| Name | Description |
|---|---|
| BfdAdministrativeState(String) |
Initializes a new instance of BfdAdministrativeState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
| Mat |
MAT. |
| Rma |
RMA. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |