Cloud.Volume
Request schema for provisioning of a Storage
{
"account": "string",
"capacityGb": 0,
"constraints": [
{
"tag": "string"
}
],
"encrypted": false,
"maxDiskCapacityInGB": 0,
"name": "string",
"persistent": false,
"region": "string",
"resourceGroupName": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"zone": "string"
}
Cloud Account indicates the name of the endpoint used to provision this machine.
Disk size in gigabytes.
To create the correct storage at provisioning time, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
Whether or not the disk is encrypted.
Maximum disk size allowed for create or resize disk operation
Disk name.
Indicates that the disk will survive machine or deployment deletion
Region name where disk landed.
Name of the existing Azure resource group into which the disk will be provisioned.
Tags
Zone name where disk landed