Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationTasks
Packages that use SoftwareUpdateConfigurationTasks
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationTasks in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return SoftwareUpdateConfigurationTasksModifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItemProperties.tasks()
Get the tasks property: Pre and Post Tasks defined.SoftwareUpdateConfigurationInner.tasks()
Get the tasks property: Tasks information for the Software update configuration.SoftwareUpdateConfigurationProperties.tasks()
Get the tasks property: Tasks information for the Software update configuration.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type SoftwareUpdateConfigurationTasksModifier and TypeMethodDescriptionSoftwareUpdateConfigurationCollectionItemProperties.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Pre and Post Tasks defined.SoftwareUpdateConfigurationInner.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Tasks information for the Software update configuration.SoftwareUpdateConfigurationProperties.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Tasks information for the Software update configuration. -
Uses of SoftwareUpdateConfigurationTasks in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return SoftwareUpdateConfigurationTasksModifier and TypeMethodDescriptionSoftwareUpdateConfigurationTasks.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SoftwareUpdateConfigurationTasks from the JsonReader.SoftwareUpdateConfiguration.tasks()
Gets the tasks property: Tasks information for the Software update configuration.SoftwareUpdateConfigurationCollectionItem.tasks()
Get the tasks property: Pre and Post Tasks defined.SoftwareUpdateConfigurationTasks.withPostTask
(TaskProperties postTask) Set the postTask property: Post task properties.SoftwareUpdateConfigurationTasks.withPreTask
(TaskProperties preTask) Set the preTask property: Pre task properties.Methods in com.azure.resourcemanager.automation.models with parameters of type SoftwareUpdateConfigurationTasksModifier and TypeMethodDescriptionSoftwareUpdateConfiguration.DefinitionStages.WithTasks.withTasks
(SoftwareUpdateConfigurationTasks tasks) Specifies the tasks property: Tasks information for the Software update configuration..SoftwareUpdateConfigurationCollectionItem.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Pre and Post Tasks defined.