Uses of Class
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationCollectionItemProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationCollectionItemProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItemProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: execution frequency of the schedule associated with the software update configuration.SoftwareUpdateConfigurationCollectionItemProperties.withNextRun
(OffsetDateTime nextRun) Set the nextRun property: ext run time of the update.SoftwareUpdateConfigurationCollectionItemProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: the start time of the update.SoftwareUpdateConfigurationCollectionItemProperties.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Pre and Post Tasks defined.SoftwareUpdateConfigurationCollectionItemProperties.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: Update specific properties of the software update configuration.