DiskStorageAccountType 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.
The sku name.
public readonly struct DiskStorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.DiskStorageAccountType>
type DiskStorageAccountType = struct
Public Structure DiskStorageAccountType
Implements IEquatable(Of DiskStorageAccountType)
- Inheritance
-
DiskStorageAccountType
- Implements
Constructors
DiskStorageAccountType(String) |
Initializes a new instance of DiskStorageAccountType. |
Properties
PremiumLrs |
Premium SSD locally redundant storage. Best for production and performance sensitive workloads. |
PremiumV2Lrs |
Premium SSD v2 locally redundant storage. Best for production and performance-sensitive workloads that consistently require low latency and high IOPS and throughput. |
PremiumZrs |
Premium SSD zone redundant storage. Best for the production workloads that need storage resiliency against zone failures. |
StandardLrs |
Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. |
StandardSsdLrs |
Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. |
StandardSsdZrs |
Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. |
UltraSsdLrs |
Ultra SSD locally redundant storage. Best for IO-intensive workloads such as SAP HANA, top tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. |
Methods
Equals(DiskStorageAccountType) |
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(DiskStorageAccountType, DiskStorageAccountType) |
Determines if two DiskStorageAccountType values are the same. |
Implicit(String to DiskStorageAccountType) |
Converts a String to a DiskStorageAccountType. |
Inequality(DiskStorageAccountType, DiskStorageAccountType) |
Determines if two DiskStorageAccountType values are not the same. |
Applies to
Azure SDK for .NET