共用方式為


ExpressRoutePeeringState Struct

Definition

The state of peering.

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

Constructors

ExpressRoutePeeringState(String)

Initializes a new instance of ExpressRoutePeeringState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ExpressRoutePeeringState)

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(ExpressRoutePeeringState, ExpressRoutePeeringState)

Determines if two ExpressRoutePeeringState values are the same.

Implicit(String to ExpressRoutePeeringState)

Converts a string to a ExpressRoutePeeringState.

Inequality(ExpressRoutePeeringState, ExpressRoutePeeringState)

Determines if two ExpressRoutePeeringState values are not the same.

Applies to