---
title: Dev Test Lab Schedule
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Dev Test Lab Schedule
---

# Dev Test Lab Schedule

This table represents the dev_test_lab_schedule resource from Microsoft Azure.

```
azure.dev_test_lab_schedule
```

## Fields

| Title                 | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                             | Description |
| --------------------- | ---- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                  | core | string     |
| created_date          | core | string     | The creation date of the schedule.                                                                                                                                                                                                                                                                                    |
| daily_recurrence      | core | json       | If the schedule will occur once each day of the week, specify the daily recurrence.                                                                                                                                                                                                                                   |
| hourly_recurrence     | core | json       | If the schedule will occur multiple times a day, specify the hourly recurrence.                                                                                                                                                                                                                                       |
| id                    | core | string     | The identifier of the resource.                                                                                                                                                                                                                                                                                       |
| location              | core | string     | The location of the resource.                                                                                                                                                                                                                                                                                         |
| name                  | core | string     | The name of the resource.                                                                                                                                                                                                                                                                                             |
| notification_settings | core | json       | Notification settings.                                                                                                                                                                                                                                                                                                |
| provisioning_state    | core | string     | The provisioning status of the resource.                                                                                                                                                                                                                                                                              |
| resource_group        | core | string     |
| status                | core | string     | The status of the schedule (i.e. Enabled, Disabled)                                                                                                                                                                                                                                                                   |
| subscription_id       | core | string     |
| subscription_name     | core | string     |
| tags                  | core | hstore_csv |
| target_resource_id    | core | string     | The resource ID to which the schedule belongs                                                                                                                                                                                                                                                                         |
| task_type             | core | string     | The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).                                                                                                                                                                                                                                              |
| time_zone_id          | core | string     | The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in `IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds` (https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md) |
| type                  | core | string     | The type of the resource.                                                                                                                                                                                                                                                                                             |
| unique_identifier     | core | string     | The unique immutable identifier of a resource (Guid).                                                                                                                                                                                                                                                                 |
| weekly_recurrence     | core | json       | If the schedule will occur only some days of the week, specify the weekly recurrence.                                                                                                                                                                                                                                 |
