PeeringSessionStateV4 Struct

Definition

The state of the IPv4 session.

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

Constructors

Name Description
PeeringSessionStateV4(String)

Initializes a new instance of PeeringSessionStateV4.

Properties

Name Description
Active

Gets the Active.

Connect

Gets the Connect.

Established

Gets the Established.

Idle

Gets the Idle.

None

Gets the None.

OpenConfirm

Gets the OpenConfirm.

OpenReceived

Gets the OpenReceived.

OpenSent

Gets the OpenSent.

PendingAdd

Gets the PendingAdd.

PendingRemove

Gets the PendingRemove.

PendingUpdate

Gets the PendingUpdate.

Methods

Name Description
Equals(PeeringSessionStateV4)

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

Determines if two PeeringSessionStateV4 values are the same.

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

Converts a string to a PeeringSessionStateV4.

Inequality(PeeringSessionStateV4, PeeringSessionStateV4)

Determines if two PeeringSessionStateV4 values are not the same.

Applies to