ExpressRouteCircuitPeeringState Struct

Definition

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

ExpressRouteCircuitPeeringState(String)

Initializes a new instance of ExpressRouteCircuitPeeringState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

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.

Applies to