DataBoxEdgeDeviceStatus 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 status of the Data Box Edge/Gateway device.
public readonly struct DataBoxEdgeDeviceStatus : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceStatus>
type DataBoxEdgeDeviceStatus = struct
Public Structure DataBoxEdgeDeviceStatus
Implements IEquatable(Of DataBoxEdgeDeviceStatus)
- Inheritance
-
DataBoxEdgeDeviceStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DataBoxEdgeDeviceStatus(String) |
Initializes a new instance of DataBoxEdgeDeviceStatus. |
Properties
| Name | Description |
|---|---|
| Disconnected |
Disconnected. |
| Maintenance |
Maintenance. |
| NeedsAttention |
NeedsAttention. |
| Offline |
Offline. |
| Online |
Online. |
| PartiallyDisconnected |
PartiallyDisconnected. |
| ReadyToSetup |
ReadyToSetup. |
Methods
| Name | Description |
|---|---|
| Equals(DataBoxEdgeDeviceStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DataBoxEdgeDeviceStatus, DataBoxEdgeDeviceStatus) |
Determines if two DataBoxEdgeDeviceStatus values are the same. |
| Implicit(String to DataBoxEdgeDeviceStatus) |
Converts a String to a DataBoxEdgeDeviceStatus. |
| Inequality(DataBoxEdgeDeviceStatus, DataBoxEdgeDeviceStatus) |
Determines if two DataBoxEdgeDeviceStatus values are not the same. |