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

Name Description
PeeringConnectionState(String)

Initializes a new instance of PeeringConnectionState.

Properties

Name Description
Active

Gets the Active.

Approved

Gets the Approved.

ExternalBlocker

Gets the ExternalBlocker.

None

Gets the None.

PendingApproval

Gets the PendingApproval.

ProvisioningCompleted

Gets the ProvisioningCompleted.

ProvisioningFailed

Gets the ProvisioningFailed.

ProvisioningStarted

Gets the ProvisioningStarted.

TypeChangeInProgress

Gets the TypeChangeInProgress.

TypeChangeRequested

Gets the TypeChangeRequested.

Validating

Gets the Validating.

Methods

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

Name Description
Equality(PeeringConnectionState, PeeringConnectionState)

Determines if two PeeringConnectionState values are the same.

Implicit(String to Nullable<PeeringConnectionState>)
Implicit(String to PeeringConnectionState)

Converts a string to a PeeringConnectionState.

Inequality(PeeringConnectionState, PeeringConnectionState)

Determines if two PeeringConnectionState values are not the same.

Applies to