Cloud.Azure.Disk
Request schema for provisioning of Azure Storage
{
"account": "string",
"capacityGb": 0,
"constraints": [
{
"tag": "string"
}
],
"diskCaching": "string",
"encrypted": false,
"managedDiskType": "string",
"maxDiskCapacityInGB": 0,
"name": "string",
"persistent": false,
"region": "string",
"storageAccountName": "string",
"tags": [
{
"key": "string",
"value": "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.
How the disk caches data. None, ReadOnly, or ReadWrite. The default is None.
Whether or not the disk is encrypted.
Type of managed disk to create. Standard HDD, Standard SSD or Premium SSD.
Maximum disk size allowed for create or resize disk operation
Disk name.
Indicates that the disk will survive machine or deployment deletion
Location where the disk landed.
Storage account where disk is to be hosted.
Tags