Uses of Class
com.azure.resourcemanager.labservices.fluent.models.ScheduleProperties
Packages that use ScheduleProperties
Package
Description
Package containing the inner data models for LabServicesClient.
-
Uses of ScheduleProperties in com.azure.resourcemanager.labservices.fluent.models
Methods in com.azure.resourcemanager.labservices.fluent.models that return SchedulePropertiesModifier and TypeMethodDescriptionSet the notes property: Notes for this schedule.ScheduleProperties.withRecurrencePattern
(RecurrencePattern recurrencePattern) Set the recurrencePattern property: The recurrence pattern of the scheduled actions.ScheduleProperties.withStartAt
(OffsetDateTime startAt) Set the startAt property: When lab user virtual machines will be started.ScheduleProperties.withStopAt
(OffsetDateTime stopAt) Set the stopAt property: When lab user virtual machines will be stopped.ScheduleProperties.withTimeZoneId
(String timeZoneId) Set the timeZoneId property: The IANA timezone id for the schedule.