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

Name Description
DataBoxEdgeNodeStatus(String)

Initializes a new instance of DataBoxEdgeNodeStatus.

Properties

Name Description
Down

Gets the Down.

Rebooting

Gets the Rebooting.

ShuttingDown

Gets the ShuttingDown.

Unknown

Gets the Unknown.

Up

Gets the Up.

Methods

Name Description
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

Name Description
Equality(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus)

Determines if two DataBoxEdgeNodeStatus values are the same.

Implicit(String to DataBoxEdgeNodeStatus)

Converts a string to a DataBoxEdgeNodeStatus.

Implicit(String to Nullable<DataBoxEdgeNodeStatus>)
Inequality(DataBoxEdgeNodeStatus, DataBoxEdgeNodeStatus)

Determines if two DataBoxEdgeNodeStatus values are not the same.

Applies to