Azure DevTest Labs · JSON Structure

Azure Test Labs Apply Artifacts Request Structure

Request body for applying artifacts to a virtual machine.

Type: object Properties: 1
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

ApplyArtifactsRequest 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

artifacts

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-apply-artifacts-request-structure.json",
  "description": "Request body for applying artifacts to a virtual machine.",
  "type": "object",
  "properties": {
    "artifacts": {
      "description": "The list of artifacts to apply.",
      "items": {
        "$ref": "#/definitions/ArtifactInstallProperties"
      },
      "type": "array"
    }
  },
  "name": "ApplyArtifactsRequest"
}