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 |
Gets the Disconnected. |
| Maintenance |
Gets the Maintenance. |
| NeedsAttention |
Gets the NeedsAttention. |
| Offline |
Gets the Offline. |
| Online |
Gets the Online. |
| PartiallyDisconnected |
Gets the PartiallyDisconnected. |
| ReadyToSetup |
Gets the 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. |
| Implicit(String to Nullable<DataBoxEdgeDeviceStatus>) | |
| Inequality(DataBoxEdgeDeviceStatus, DataBoxEdgeDeviceStatus) |
Determines if two DataBoxEdgeDeviceStatus values are not the same. |