Azure DevTest Labs · Schema

ApplicableSchedule

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

AzureDevelopmentInfrastructureLabsTestingVirtual Machines

Properties

Name Type Description
properties object The properties of the resource.
View JSON Schema on GitHub

JSON Schema

azure-test-labs-applicable-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-test-labs/refs/heads/main/json-schema/azure-test-labs-applicable-schedule-schema.json",
  "title": "ApplicableSchedule",
  "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/ApplicableScheduleProperties",
      "description": "The properties of the resource.",
      "x-ms-client-flatten": true
    }
  },
  "required": [
    "properties"
  ]
}