Uses of Class
com.azure.resourcemanager.automation.models.ScheduleFrequency
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ScheduleFrequency in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionScheduleCreateOrUpdateProperties.frequency()
Get the frequency property: Gets or sets the frequency of the schedule.ScheduleInner.frequency()
Get the frequency property: Gets or sets the frequency of the schedule.ScheduleProperties.frequency()
Get the frequency property: Gets or sets the frequency of the schedule.SoftwareUpdateConfigurationCollectionItemProperties.frequency()
Get the frequency property: execution frequency of the schedule associated with the software update configuration.Modifier and TypeMethodDescriptionScheduleCreateOrUpdateProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.ScheduleInner.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.ScheduleProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.SoftwareUpdateConfigurationCollectionItemProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: execution frequency of the schedule associated with the software update configuration. -
Uses of ScheduleFrequency in com.azure.resourcemanager.automation.models
Modifier and TypeFieldDescriptionstatic final ScheduleFrequency
ScheduleFrequency.DAY
Static value Day for ScheduleFrequency.static final ScheduleFrequency
ScheduleFrequency.HOUR
Static value Hour for ScheduleFrequency.static final ScheduleFrequency
ScheduleFrequency.MINUTE
Static value Minute for ScheduleFrequency.static final ScheduleFrequency
ScheduleFrequency.MONTH
Static value Month for ScheduleFrequency.static final ScheduleFrequency
ScheduleFrequency.ONE_TIME
Static value OneTime for ScheduleFrequency.static final ScheduleFrequency
ScheduleFrequency.WEEK
Static value Week for ScheduleFrequency.Modifier and TypeMethodDescriptionSchedule.frequency()
Gets the frequency property: Gets or sets the frequency of the schedule.ScheduleCreateOrUpdateParameters.frequency()
Get the frequency property: Gets or sets the frequency of the schedule.SoftwareUpdateConfigurationCollectionItem.frequency()
Get the frequency property: execution frequency of the schedule associated with the software update configuration.SucScheduleProperties.frequency()
Get the frequency property: Gets or sets the frequency of the schedule.static ScheduleFrequency
ScheduleFrequency.fromString
(String name) Creates or finds a ScheduleFrequency from its string representation.Modifier and TypeMethodDescriptionstatic Collection<ScheduleFrequency>
ScheduleFrequency.values()
Gets known ScheduleFrequency values.Modifier and TypeMethodDescriptionSchedule.DefinitionStages.WithFrequency.withFrequency
(ScheduleFrequency frequency) Specifies the frequency property: Gets or sets the frequency of the schedule..ScheduleCreateOrUpdateParameters.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.SoftwareUpdateConfigurationCollectionItem.withFrequency
(ScheduleFrequency frequency) Set the frequency property: execution frequency of the schedule associated with the software update configuration.SucScheduleProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.