DataBoxEdgeNodeStatus Struct

Definition

The current status of the individual node.

public readonly struct DataBoxEdgeNodeStatus : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNodeStatus>
type DataBoxEdgeNodeStatus = struct
Public Structure DataBoxEdgeNodeStatus
Implements IEquatable(Of DataBoxEdgeNodeStatus)
Inheritance
DataBoxEdgeNodeStatus
Implements

Constructors

DataBoxEdgeNodeStatus(String)

Initializes a new instance of DataBoxEdgeNodeStatus.

Properties

Down

Down.

Rebooting

Rebooting.

ShuttingDown

ShuttingDown.

Unknown

Unknown.

Up

Up.

Methods

Equals(DataBoxEdgeNodeStatus)

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(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus)

Determines if two DataBoxEdgeNodeStatus values are the same.

Implicit(String to DataBoxEdgeNodeStatus)

Converts a string to a DataBoxEdgeNodeStatus.

Inequality(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus)

Determines if two DataBoxEdgeNodeStatus values are not the same.

Applies to