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

DataBoxEdgeDeviceStatus(String)

Initializes a new instance of DataBoxEdgeDeviceStatus.

Properties

Disconnected

Disconnected.

Maintenance

Maintenance.

NeedsAttention

NeedsAttention.

Offline

Offline.

Online

Online.

PartiallyDisconnected

PartiallyDisconnected.

ReadyToSetup

ReadyToSetup.

Methods

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

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.

Applies to