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

DevBoxTunnelStatus Struct

Definition

The detailed status of Dev Box Tunnel addon.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxTunnelStatusTypeConverter))]
public struct DevBoxTunnelStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxTunnelStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxTunnelStatusTypeConverter))>]
type DevBoxTunnelStatus = struct
    interface IArgumentCompleter
Public Structure DevBoxTunnelStatus
Implements IArgumentCompleter, IEquatable(Of DevBoxTunnelStatus)
Inheritance
DevBoxTunnelStatus
Attributes
Implements

Fields

Name Description
Disabled

The tunnel is inactive and can't be connected.

Enabled

The tunnel is active and can be connected.

Suspended

The tunnel is suspended due to hibernation or other reasons.

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DevBoxTunnelStatus)

Compares values of enum type DevBoxTunnelStatus

Equals(Object)

Compares values of enum type DevBoxTunnelStatus (override for Object)

GetHashCode()

Returns hashCode for enum DevBoxTunnelStatus

ToString()

Returns string representation for DevBoxTunnelStatus

Operators

Name Description
Equality(DevBoxTunnelStatus, DevBoxTunnelStatus)

Overriding == operator for enum DevBoxTunnelStatus

Implicit(DevBoxTunnelStatus to String)

Implicit operator to convert DevBoxTunnelStatus to string

Implicit(String to DevBoxTunnelStatus)

Implicit operator to convert string to DevBoxTunnelStatus

Inequality(DevBoxTunnelStatus, DevBoxTunnelStatus)

Overriding != operator for enum DevBoxTunnelStatus

Applies to