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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET