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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET