Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationRunTasks
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return SoftwareUpdateConfigurationRunTasksModifier 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.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type SoftwareUpdateConfigurationRunTasksModifier 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
Methods in com.azure.resourcemanager.automation.models that return SoftwareUpdateConfigurationRunTasksModifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunTasks.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SoftwareUpdateConfigurationRunTasks from the JsonReader.SoftwareUpdateConfigurationRun.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.