SubvolumeProperties interface
这表示与子卷关联的路径
属性
| parent |
子卷的父路径 |
| path | 子卷的路径 |
| provisioning |
Azure 生命周期管理 |
| size | 截断所提供的大小(以字节为单位)的子卷 |
属性详细信息
parentPath
子卷的父路径
parentPath?: null | string
属性值
null | string
path
子卷的路径
path?: string
属性值
string
provisioningState
Azure 生命周期管理
provisioningState?: string
属性值
string
size
截断所提供的大小(以字节为单位)的子卷
size?: null | number
属性值
null | number