Freigeben über


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

NeedsAttention.

Offline

Offline.

OK

OK.

Unknown

Unknown.

Updating

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.

Inequality(DataBoxEdgeStorageAccountStatus, DataBoxEdgeStorageAccountStatus)

Determines if two DataBoxEdgeStorageAccountStatus values are not the same.

Applies to