GetVirtualMachineScheduleResult

data class GetVirtualMachineScheduleResult(val azureApiVersion: String, val createdDate: String, val dailyRecurrence: DayDetailsResponse? = null, val hourlyRecurrence: HourDetailsResponse? = null, val id: String, val location: String? = null, val name: String, val notificationSettings: NotificationSettingsResponse? = null, val provisioningState: String, val status: String? = null, val tags: Map<String, String>? = null, val targetResourceId: String? = null, val taskType: String? = null, val timeZoneId: String? = null, val type: String, val uniqueIdentifier: String, val weeklyRecurrence: WeekDetailsResponse? = null)

A schedule.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdDate: String, dailyRecurrence: DayDetailsResponse? = null, hourlyRecurrence: HourDetailsResponse? = null, id: String, location: String? = null, name: String, notificationSettings: NotificationSettingsResponse? = null, provisioningState: String, status: String? = null, tags: Map<String, String>? = null, targetResourceId: String? = null, taskType: String? = null, timeZoneId: String? = null, type: String, uniqueIdentifier: String, weeklyRecurrence: WeekDetailsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The creation date of the schedule.

Link copied to clipboard

If the schedule will occur once each day of the week, specify the daily recurrence.

Link copied to clipboard

If the schedule will occur multiple times a day, specify the hourly recurrence.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Notification settings.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val status: String? = null

The status of the schedule (i.e. Enabled, Disabled)

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The resource ID to which the schedule belongs

Link copied to clipboard
val taskType: String? = null

The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).

Link copied to clipboard
val timeZoneId: String? = null

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)

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).

Link copied to clipboard

If the schedule will occur only some days of the week, specify the weekly recurrence.