DevBoxTunnelStatus 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 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 |