DataBoxEdgeStorageAccountStatus Struct

Definition

Current status of the storage account.

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

Constructors

Name Description
DataBoxEdgeStorageAccountStatus(String)

Initializes a new instance of DataBoxEdgeStorageAccountStatus.

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(DataBoxEdgeStorageAccountStatus)

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

Determines if two DataBoxEdgeStorageAccountStatus values are the same.

Implicit(String to DataBoxEdgeStorageAccountStatus)

Converts a string to a DataBoxEdgeStorageAccountStatus.

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

Determines if two DataBoxEdgeStorageAccountStatus values are not the same.

Applies to