Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationCollectionItem
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return types with arguments of type SoftwareUpdateConfigurationCollectionItemModifier and TypeMethodDescriptionSoftwareUpdateConfigurationListResultInner.value()
Get the value property: outer object returned when listing all software update configurations.Method parameters in com.azure.resourcemanager.automation.fluent.models with type arguments of type SoftwareUpdateConfigurationCollectionItemModifier 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
Methods in com.azure.resourcemanager.automation.models that return SoftwareUpdateConfigurationCollectionItemModifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItem.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SoftwareUpdateConfigurationCollectionItem from the JsonReader.SoftwareUpdateConfigurationCollectionItem.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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type SoftwareUpdateConfigurationCollectionItemModifier and TypeMethodDescriptionSoftwareUpdateConfigurationListResult.value()
Gets the value property: outer object returned when listing all software update configurations.