StorageAccountType type
Defines values for StorageAccountType.
KnownStorageAccountType can be used interchangeably with StorageAccountType,
this enum contains the known values that the service supports.
Known values supported by the service
Standard_LRS: The data disk should use standard locally redundant storage.
Premium_LRS: The data disk should use premium locally redundant storage.
StandardSSD_LRS: The data disk should use standard SSD locally redundant storage.
Premium_ZRS: The data disk should use premium SSD zonal redundant storage.
StandardSSD_ZRS: The data disk should use standard SSD zonal redundant storage.
type StorageAccountType = string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript