你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SessionStateV6 Struct

Definition

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

Applies to