Azure DevTest Labs · JSON Structure

Azure Test Labs Attach Disk Properties Structure

Properties of the disk to attach.

Type: object Properties: 1
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

AttachDiskProperties is a JSON Structure definition published by Azure DevTest Labs, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

leasedByLabVmId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-disk-properties-structure.json",
  "description": "Properties of the disk to attach.",
  "type": "object",
  "properties": {
    "leasedByLabVmId": {
      "description": "The resource ID of the Lab virtual machine to which the disk is attached.",
      "type": "string"
    }
  },
  "name": "AttachDiskProperties"
}