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
DataBoxEdgeStorageAccountType(String) |
Initializes a new instance of DataBoxEdgeStorageAccountType. |
Properties
BlobStorage |
BlobStorage. |
GeneralPurposeStorage |
GeneralPurposeStorage. |
Methods
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
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. |
Applies to
Azure SDK for .NET