Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSoftwareUpdateConfiguration.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.Modifier 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.