AttachNewDataDiskOptions is a JSON Structure definition published by Azure DevTest Labs, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-test-labs/refs/heads/main/json-structure/azure-test-labs-attach-new-data-disk-options-structure.json",
"description": "Properties to attach new disk to the Virtual Machine.",
"type": "object",
"properties": {
"diskName": {
"description": "The name of the disk to be attached.",
"type": "string"
},
"diskSizeGiB": {
"description": "Size of the disk to be attached in GibiBytes.",
"format": "int32",
"type": "integer"
},
"diskType": {
"description": "The storage type for the disk (i.e. Standard, Premium).",
"enum": [
"Standard",
"Premium",
"StandardSSD"
],
"type": "string",
"x-ms-enum": {
"modelAsString": true,
"name": "StorageType"
}
}
},
"name": "AttachNewDataDiskOptions"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.