Udostępnij przez


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

Name Description
ExpressRoutePeeringState(String)

Initializes a new instance of ExpressRoutePeeringState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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