Storage interface
服务器的存储属性
属性
| auto |
为灵活服务器启用/禁用存储自动增长的标志。 |
| iops | 存储层 IOPS 数量。 必须为存储类型PremiumV2_LRS设置此属性 |
| storage |
服务器允许的最大存储。 |
| throughput | 服务器的存储吞吐量。 这是为存储类型PremiumV2_LRS设置所必需的 |
| tier | IOPS 的存储层的名称。 |
| type | 服务器的存储类型。 允许的值是Premium_LRS和PremiumV2_LRS,如果未指定,则默认为Premium_LRS |
属性详细信息
autoGrow
为灵活服务器启用/禁用存储自动增长的标志。
autoGrow?: string
属性值
string
iops
存储层 IOPS 数量。 必须为存储类型PremiumV2_LRS设置此属性
iops?: number
属性值
number
storageSizeGB
服务器允许的最大存储。
storageSizeGB?: number
属性值
number
throughput
服务器的存储吞吐量。 这是为存储类型PremiumV2_LRS设置所必需的
throughput?: number
属性值
number
tier
IOPS 的存储层的名称。
tier?: string
属性值
string
type
服务器的存储类型。 允许的值是Premium_LRS和PremiumV2_LRS,如果未指定,则默认为Premium_LRS
type?: string
属性值
string