DiskStorageAccountTypes Class

Definition

Defines values for DiskStorageAccountTypes.

public static class DiskStorageAccountTypes
type DiskStorageAccountTypes = class
Public Class DiskStorageAccountTypes
Inheritance
DiskStorageAccountTypes

Fields

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.

Applies to