PeeringSessionStateV6 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of the IPv6 session.
public readonly struct PeeringSessionStateV6 : IEquatable<Azure.ResourceManager.Peering.Models.PeeringSessionStateV6>
type PeeringSessionStateV6 = struct
Public Structure PeeringSessionStateV6
Implements IEquatable(Of PeeringSessionStateV6)
- Inheritance
-
PeeringSessionStateV6
- Implements
Constructors
PeeringSessionStateV6(String) |
Initializes a new instance of PeeringSessionStateV6. |
Properties
Active |
Active. |
Connect |
Connect. |
Established |
Established. |
Idle |
Idle. |
None |
None. |
OpenConfirm |
OpenConfirm. |
OpenReceived |
OpenReceived. |
OpenSent |
OpenSent. |
PendingAdd |
PendingAdd. |
PendingRemove |
PendingRemove. |
PendingUpdate |
PendingUpdate. |
Methods
Equals(PeeringSessionStateV6) |
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(PeeringSessionStateV6, PeeringSessionStateV6) |
Determines if two PeeringSessionStateV6 values are the same. |
Implicit(String to PeeringSessionStateV6) |
Converts a string to a PeeringSessionStateV6. |
Inequality(PeeringSessionStateV6, PeeringSessionStateV6) |
Determines if two PeeringSessionStateV6 values are not the same. |
Applies to
Azure SDK for .NET