DataBoxEdgeStorageContainerStatus Struct

Definition

Current status of the container.

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

Constructors

Name Description
DataBoxEdgeStorageContainerStatus(String)

Initializes a new instance of DataBoxEdgeStorageContainerStatus.

Properties

Name Description
NeedsAttention

Gets the NeedsAttention.

Offline

Gets the Offline.

OK

Gets the OK.

Unknown

Gets the Unknown.

Updating

Gets the Updating.

Methods

Name Description
Equals(DataBoxEdgeStorageContainerStatus)

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

Determines if two DataBoxEdgeStorageContainerStatus values are the same.

Implicit(String to DataBoxEdgeStorageContainerStatus)

Converts a string to a DataBoxEdgeStorageContainerStatus.

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

Determines if two DataBoxEdgeStorageContainerStatus values are not the same.

Applies to