PeeringConnectionState Struct

Definition

The state of the connection.

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

Constructors

PeeringConnectionState(String)

Initializes a new instance of PeeringConnectionState.

Properties

Active

Active.

Approved

Approved.

None

None.

PendingApproval

PendingApproval.

ProvisioningCompleted

ProvisioningCompleted.

ProvisioningFailed

ProvisioningFailed.

ProvisioningStarted

ProvisioningStarted.

TypeChangeInProgress

TypeChangeInProgress.

TypeChangeRequested

TypeChangeRequested.

Validating

Validating.

Methods

Equals(PeeringConnectionState)

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

Determines if two PeeringConnectionState values are the same.

Implicit(String to PeeringConnectionState)

Converts a string to a PeeringConnectionState.

Inequality(PeeringConnectionState, PeeringConnectionState)

Determines if two PeeringConnectionState values are not the same.

Applies to