Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationCollectionItem
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationCollectionItem in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationListResultInner.value()
Get the value property: outer object returned when listing all software update configurations.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationListResultInner.withValue
(List<SoftwareUpdateConfigurationCollectionItem> value) Set the value property: outer object returned when listing all software update configurations. -
Uses of SoftwareUpdateConfigurationCollectionItem in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItem.withFrequency
(ScheduleFrequency frequency) Set the frequency property: execution frequency of the schedule associated with the software update configuration.SoftwareUpdateConfigurationCollectionItem.withNextRun
(OffsetDateTime nextRun) Set the nextRun property: ext run time of the update.SoftwareUpdateConfigurationCollectionItem.withStartTime
(OffsetDateTime startTime) Set the startTime property: the start time of the update.SoftwareUpdateConfigurationCollectionItem.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Pre and Post Tasks defined.SoftwareUpdateConfigurationCollectionItem.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: Update specific properties of the software update configuration.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationListResult.value()
Gets the value property: outer object returned when listing all software update configurations.