你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageAccountType 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定托管磁盘的存储帐户类型。 只能在创建规模集时设置托管 OS 磁盘存储帐户类型。 注意:UltraSSD_LRS只能与数据磁盘一起使用。 它不能与 OS 磁盘一起使用。 Standard_LRS使用标准 HDD。 StandardSSD_LRS使用标准 SSD。 Premium_LRS使用高级 SSD。 UltraSSD_LRS使用超级磁盘。 Premium_ZRS使用高级 SSD 区域冗余存储。 StandardSSD_ZRS使用标准 SSD 区域冗余存储。 有关 Windows 虚拟机支持的磁盘的详细信息,请参阅 https://docs.microsoft.com/azure/virtual-machines/windows/disks-types ;对于 Linux 虚拟机,请参阅 https://docs.microsoft.com/azure/virtual-machines/linux/disks-types。
public readonly struct StorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.StorageAccountType>
type StorageAccountType = struct
Public Structure StorageAccountType
Implements IEquatable(Of StorageAccountType)
- 继承
-
StorageAccountType
- 实现
构造函数
StorageAccountType(String) |
初始化 StorageAccountType 的新实例。 |
属性
PremiumLrs |
Premium_LRS。 |
PremiumV2Lrs |
PremiumV2_LRS。 |
PremiumZrs |
Premium_ZRS。 |
StandardLrs |
Standard_LRS。 |
StandardSsdLrs |
StandardSSD_LRS。 |
StandardSsdZrs |
StandardSSD_ZRS。 |
UltraSsdLrs |
UltraSSD_LRS。 |
方法
Equals(StorageAccountType) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |