ComputeDiskPartitionInfoForResizeRequestType
ComputeDiskPartitionInfoForResizeRequestType
The parameters of ComputeDiskPartitionInfoForResize.
JSON Example
{
"partition": {
"_typeName": "string",
"diskName": "string",
"partition": 0
},
"blockRange": {
"_typeName": "string",
"partition": 0,
"type": "string",
"start": {
"_typeName": "string",
"blockSize": 0,
"block": 0
},
"end": {
"_typeName": "string",
"blockSize": 0,
"block": 0
}
},
"partitionFormat": "string"
}
partition
Required
The disk partition to resize.
blockRange
Required
Specifies the desired block range for the resized partition. The start of the block range specified should match that of the current partition.
string
partitionFormat
Optional
Specifies the desired partition format to be computed from the block range. If partitionFormat is not specified, the existing partitionFormat on disk is used, if the disk is not blank and mbr otherwise.