ApplicableSchedule Class
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ApplicableSchedule(*, location: str | None = None, tags: dict[str, str] | None = None, lab_vms_shutdown: _models.Schedule | None = None, lab_vms_startup: _models.Schedule | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
The location of the resource. Default value: None
|
|
tags
|
The tags of the resource. Default value: None
|
|
lab_vms_shutdown
|
The auto-shutdown schedule, if one has been set at the lab or lab resource level. Default value: None
|
|
lab_vms_startup
|
The auto-startup schedule, if one has been set at the lab or lab resource level. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The identifier of the resource. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. |
|
location
|
The location of the resource. |
|
tags
|
The tags of the resource. |
|
lab_vms_shutdown
|
The auto-shutdown schedule, if one has been set at the lab or lab resource level. |
|
lab_vms_startup
|
The auto-startup schedule, if one has been set at the lab or lab resource level. |