DataBoxEdgeStorageAccountStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |