BatchStorageAccountType 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 BatchStorageAccountType
type BatchStorageAccountType =
Public Enum BatchStorageAccountType
- Inheritance
-
BatchStorageAccountType
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET