Uses of Class
com.azure.resourcemanager.automation.models.ScheduleFrequency
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return ScheduleFrequencyModifier 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.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type ScheduleFrequencyModifier 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
Fields in com.azure.resourcemanager.automation.models declared as ScheduleFrequencyModifier 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.Methods in com.azure.resourcemanager.automation.models that return ScheduleFrequencyModifier 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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ScheduleFrequencyModifier and TypeMethodDescriptionstatic Collection
<ScheduleFrequency> ScheduleFrequency.values()
Gets known ScheduleFrequency values.Methods in com.azure.resourcemanager.automation.models with parameters of type ScheduleFrequencyModifier 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.