SubvolumeProperties interface
This represents path associated with the subvolume
Properties
| parent |
parent path to the subvolume |
| path | Path to the subvolume |
| provisioning |
Azure lifecycle management |
| size | Truncate subvolume to the provided size in bytes |
Property Details
parentPath
parent path to the subvolume
parentPath?: null | string
Property Value
null | string
path
Path to the subvolume
path?: string
Property Value
string
provisioningState
Azure lifecycle management
provisioningState?: string
Property Value
string
size
Truncate subvolume to the provided size in bytes
size?: null | number
Property Value
null | number