StorageAccountType Enum
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 storage Account type for use in creating data disks or OS disk.
public enum StorageAccountType
type StorageAccountType =
Public Enum StorageAccountType
- Inheritance
-
StorageAccountType
Fields
Name | Value | Description |
---|---|---|
StandardLrs | 0 | The data disk / OS disk should use standard locally redundant storage. |
PremiumLrs | 1 | The data disk / OS disk should use premium locally redundant storage. |
StandardSSDLRS | 2 | The data disk / OS disk should use standard SSD locally redundant storage. |
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET