DevBoxTunnelEnableStatus 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.
Indicates whether Dev Box Tunnel is enabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatusTypeConverter))]
public struct DevBoxTunnelEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxTunnelEnableStatusTypeConverter))>]
type DevBoxTunnelEnableStatus = struct
interface IArgumentCompleter
Public Structure DevBoxTunnelEnableStatus
Implements IArgumentCompleter, IEquatable(Of DevBoxTunnelEnableStatus)
- Inheritance
-
DevBoxTunnelEnableStatus
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Disabled | |
| Enabled | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(DevBoxTunnelEnableStatus) |
Compares values of enum type DevBoxTunnelEnableStatus |
| Equals(Object) |
Compares values of enum type DevBoxTunnelEnableStatus (override for Object) |
| GetHashCode() |
Returns hashCode for enum DevBoxTunnelEnableStatus |
| ToString() |
Returns string representation for DevBoxTunnelEnableStatus |
Operators
| Name | Description |
|---|---|
| Equality(DevBoxTunnelEnableStatus, DevBoxTunnelEnableStatus) |
Overriding == operator for enum DevBoxTunnelEnableStatus |
| Implicit(DevBoxTunnelEnableStatus to String) |
Implicit operator to convert DevBoxTunnelEnableStatus to string |
| Implicit(String to DevBoxTunnelEnableStatus) |
Implicit operator to convert string to DevBoxTunnelEnableStatus |
| Inequality(DevBoxTunnelEnableStatus, DevBoxTunnelEnableStatus) |
Overriding != operator for enum DevBoxTunnelEnableStatus |