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

DataBoxEdgeStorageAccountStatus(String)

Initializes a new instance of DataBoxEdgeStorageAccountStatus.

Properties

NeedsAttention

NeedsAttention.

Offline

Offline.

OK

OK.

Unknown

Unknown.

Updating

Updating.

Methods

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

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