SessionStateV6 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6TypeConverter))]
public struct SessionStateV6 : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6TypeConverter))>]
type SessionStateV6 = struct
interface IArgumentCompleter
Public Structure SessionStateV6
Implements IArgumentCompleter, IEquatable(Of SessionStateV6)
- Inheritance
-
SessionStateV6
- Attributes
- Implements
Fields
Active | |
Connect | |
Established | |
Idle | |
None | |
OpenConfirm | |
OpenReceived | |
OpenSent | |
PendingAdd | |
PendingRemove | |
PendingUpdate |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SessionStateV6 (override for Object) |
Equals(SessionStateV6) |
Compares values of enum type SessionStateV6 |
GetHashCode() |
Returns hashCode for enum SessionStateV6 |
ToString() |
Returns string representation for SessionStateV6 |
Operators
Equality(SessionStateV6, SessionStateV6) |
Overriding == operator for enum SessionStateV6 |
Implicit(SessionStateV6 to String) |
Implicit operator to convert SessionStateV6 to string |
Implicit(String to SessionStateV6) |
Implicit operator to convert string to SessionStateV6 |
Inequality(SessionStateV6, SessionStateV6) |
Overriding != operator for enum SessionStateV6 |