共用方式為


StorageClassPropertiesUpdate interface

更新 storageClass 屬性的模型

屬性

accessModes

存取模式:[ReadWriteOnce、ReadWriteMany] 或 [ReadWriteOnce]

allowVolumeExpansion

磁碟區可以展開或無法擴充

dataResilience

允許單一數據節點失敗

failoverSpeed

故障轉移速度:NA、慢速、快速

limitations

記憶體類別的限制

mountOptions

其他掛接選項

performance

效能層級

priority

當多個記憶體類別符合準則時,選取優先順序。 0:最高,-1:永不使用

typeProperties

storageClass 的新記憶體類別類型

屬性詳細資料

accessModes

存取模式:[ReadWriteOnce、ReadWriteMany] 或 [ReadWriteOnce]

accessModes?: string[]

屬性值

string[]

allowVolumeExpansion

磁碟區可以展開或無法擴充

allowVolumeExpansion?: string

屬性值

string

dataResilience

允許單一數據節點失敗

dataResilience?: string

屬性值

string

failoverSpeed

故障轉移速度:NA、慢速、快速

failoverSpeed?: string

屬性值

string

limitations

記憶體類別的限制

limitations?: string[]

屬性值

string[]

mountOptions

其他掛接選項

mountOptions?: string[]

屬性值

string[]

performance

效能層級

performance?: string

屬性值

string

priority

當多個記憶體類別符合準則時,選取優先順序。 0:最高,-1:永不使用

priority?: number

屬性值

number

typeProperties

storageClass 的新記憶體類別類型

typeProperties?: StorageClassTypePropertiesUpdate

屬性值