Uses of Class
com.azure.resourcemanager.automation.models.AdvancedSchedule
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of AdvancedSchedule in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionScheduleCreateOrUpdateProperties.advancedSchedule()
Get the advancedSchedule property: Gets or sets the AdvancedSchedule.ScheduleInner.advancedSchedule()
Get the advancedSchedule property: Gets or sets the advanced schedule.ScheduleProperties.advancedSchedule()
Get the advancedSchedule property: Gets or sets the advanced schedule.Modifier and TypeMethodDescriptionScheduleCreateOrUpdateProperties.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the AdvancedSchedule.ScheduleInner.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the advanced schedule.ScheduleProperties.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the advanced schedule. -
Uses of AdvancedSchedule in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSchedule.advancedSchedule()
Gets the advancedSchedule property: Gets or sets the advanced schedule.ScheduleCreateOrUpdateParameters.advancedSchedule()
Get the advancedSchedule property: Gets or sets the AdvancedSchedule.SucScheduleProperties.advancedSchedule()
Get the advancedSchedule property: Gets or sets the advanced schedule.AdvancedSchedule.withMonthDays
(List<Integer> monthDays) Set the monthDays property: Days of the month that the job should execute on.AdvancedSchedule.withMonthlyOccurrences
(List<AdvancedScheduleMonthlyOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: Occurrences of days within a month.AdvancedSchedule.withWeekDays
(List<String> weekDays) Set the weekDays property: Days of the week that the job should execute on.Modifier and TypeMethodDescriptionSchedule.DefinitionStages.WithAdvancedSchedule.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Specifies the advancedSchedule property: Gets or sets the AdvancedSchedule..ScheduleCreateOrUpdateParameters.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the AdvancedSchedule.SucScheduleProperties.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the advanced schedule.