BmpConfigurationState 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.
BGP Monitoring Protocol (BMP) configuration state.
public readonly struct BmpConfigurationState : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.BmpConfigurationState>
type BmpConfigurationState = struct
Public Structure BmpConfigurationState
Implements IEquatable(Of BmpConfigurationState)
- Inheritance
-
BmpConfigurationState
- Implements
Constructors
| Name | Description |
|---|---|
| BmpConfigurationState(String) |
Initializes a new instance of BmpConfigurationState. |
Properties
| Name | Description |
|---|---|
| Disabled |
BGP Monitoring Protocol (BMP) ConfigurationState - Disabled. |
| Enabled |
BGP Monitoring Protocol (BMP) ConfigurationState - Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(BmpConfigurationState) |
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(BmpConfigurationState, BmpConfigurationState) |
Determines if two BmpConfigurationState values are the same. |
| Implicit(String to BmpConfigurationState) |
Converts a String to a BmpConfigurationState. |
| Inequality(BmpConfigurationState, BmpConfigurationState) |
Determines if two BmpConfigurationState values are not the same. |