DataBoxEdgeDeviceStatus Struct

Definition

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.

Applies to