DataBoxEdgeStorageAccountType 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.
Type of storage accessed on the storage account.
public readonly struct DataBoxEdgeStorageAccountType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountType>
type DataBoxEdgeStorageAccountType = struct
Public Structure DataBoxEdgeStorageAccountType
Implements IEquatable(Of DataBoxEdgeStorageAccountType)
- Inheritance
-
DataBoxEdgeStorageAccountType
- Implements
Constructors
| Name | Description |
|---|---|
| DataBoxEdgeStorageAccountType(String) |
Initializes a new instance of DataBoxEdgeStorageAccountType. |
Properties
| Name | Description |
|---|---|
| BlobStorage |
BlobStorage. |
| GeneralPurposeStorage |
GeneralPurposeStorage. |
Methods
| Name | Description |
|---|---|
| Equals(DataBoxEdgeStorageAccountType) |
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(DataBoxEdgeStorageAccountType, DataBoxEdgeStorageAccountType) |
Determines if two DataBoxEdgeStorageAccountType values are the same. |
| Implicit(String to DataBoxEdgeStorageAccountType) |
Converts a String to a DataBoxEdgeStorageAccountType. |
| Inequality(DataBoxEdgeStorageAccountType, DataBoxEdgeStorageAccountType) |
Determines if two DataBoxEdgeStorageAccountType values are not the same. |