StorageAccountType 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.
StorageAccountType enums.
public readonly struct StorageAccountType : IEquatable<Azure.Compute.Batch.StorageAccountType>
type StorageAccountType = struct
Public Structure StorageAccountType
Implements IEquatable(Of StorageAccountType)
- Inheritance
-
StorageAccountType
- Implements
Constructors
| Name | Description |
|---|---|
| StorageAccountType(String) |
Initializes a new instance of StorageAccountType. |
Properties
| Name | Description |
|---|---|
| PremiumLRS |
The data disk should use premium locally redundant storage. |
| StandardLRS |
The data disk should use standard locally redundant storage. |
| StandardSSDLRS |
The data disk / OS disk should use standard SSD locally redundant storage. |
Methods
| Name | Description |
|---|---|
| Equals(StorageAccountType) |
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(StorageAccountType, StorageAccountType) |
Determines if two StorageAccountType values are the same. |
| Implicit(String to Nullable<StorageAccountType>) | |
| Implicit(String to StorageAccountType) |
Converts a string to a StorageAccountType. |
| Inequality(StorageAccountType, StorageAccountType) |
Determines if two StorageAccountType values are not the same. |