Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationRunTasks
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationRunTasks in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunInner.tasks()
Get the tasks property: Software update configuration tasks triggered in this run.SoftwareUpdateConfigurationRunProperties.tasks()
Get the tasks property: Software update configuration tasks triggered in this run.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunInner.withTasks
(SoftwareUpdateConfigurationRunTasks tasks) Set the tasks property: Software update configuration tasks triggered in this run.SoftwareUpdateConfigurationRunProperties.withTasks
(SoftwareUpdateConfigurationRunTasks tasks) Set the tasks property: Software update configuration tasks triggered in this run. -
Uses of SoftwareUpdateConfigurationRunTasks in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRun.tasks()
Gets the tasks property: Software update configuration tasks triggered in this run.SoftwareUpdateConfigurationRunTasks.withPostTask
(SoftwareUpdateConfigurationRunTaskProperties postTask) Set the postTask property: Post task properties.SoftwareUpdateConfigurationRunTasks.withPreTask
(SoftwareUpdateConfigurationRunTaskProperties preTask) Set the preTask property: Pre task properties.