Azure DevTest Labs · JSON Structure

Azure Test Labs Applicable Schedule Properties Fragment Structure

Properties of a schedules applicable to a virtual machine.

Type: object Properties: 2
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

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

Properties

labVmsShutdown labVmsStartup

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-properties-fragment-structure.json",
  "description": "Properties of a schedules applicable to a virtual machine.",
  "type": "object",
  "properties": {
    "labVmsShutdown": {
      "$ref": "#/definitions/ScheduleFragment",
      "description": "The auto-shutdown schedule, if one has been set at the lab or lab resource level."
    },
    "labVmsStartup": {
      "$ref": "#/definitions/ScheduleFragment",
      "description": "The auto-startup schedule, if one has been set at the lab or lab resource level."
    }
  },
  "name": "ApplicableSchedulePropertiesFragment"
}