PeeringSessionStateV4 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 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
PeeringSessionStateV4(String) |
Initializes a new instance of PeeringSessionStateV4. |
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(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
Equality(PeeringSessionStateV4, PeeringSessionStateV4) |
Determines if two PeeringSessionStateV4 values are the same. |
Implicit(String to PeeringSessionStateV4) |
Converts a string to a PeeringSessionStateV4. |
Inequality(PeeringSessionStateV4, PeeringSessionStateV4) |
Determines if two PeeringSessionStateV4 values are not the same. |
Applies to
Azure SDK for .NET