Azure DevTest Labs · JSON Structure

Azure Test Labs Applicable Schedule Fragment Structure

Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.

Type: object Properties: 1
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

ApplicableScheduleFragment 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

properties

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-applicable-schedule-fragment-structure.json",
  "description": "Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ApplicableSchedulePropertiesFragment",
      "description": "The properties of the resource.",
      "x-ms-client-flatten": true
    }
  },
  "name": "ApplicableScheduleFragment"
}