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