Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownDiskStorageAccountTypes

Package version

Known values of DiskStorageAccountTypes that the service accepts.

Index

Enumeration members

PremiumLRS

PremiumLRS: = "Premium_LRS"

Premium SSD locally redundant storage. Best for production and performance sensitive workloads.

PremiumZRS

PremiumZRS: = "Premium_ZRS"

Premium SSD zone redundant storage. Best for the production workloads that need storage resiliency against zone failures.

StandardLRS

StandardLRS: = "Standard_LRS"

Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access.

StandardSSDLRS

StandardSSDLRS: = "StandardSSD_LRS"

Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test.

StandardSSDZRS

StandardSSDZRS: = "StandardSSD_ZRS"

Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures.

UltraSSDLRS

UltraSSDLRS: = "UltraSSD_LRS"

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.

Generated using TypeDoc