Uses of Class
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationRunTaskProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationRunTaskProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunTasks.postTask()
Get the postTask property: Post task properties.SoftwareUpdateConfigurationRunTasks.preTask()
Get the preTask property: Pre task properties.Set the jobId property: The job id of the task.SoftwareUpdateConfigurationRunTaskProperties.withSource
(String source) Set the source property: The name of the source of the task.SoftwareUpdateConfigurationRunTaskProperties.withStatus
(String status) Set the status property: The status of the task.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationRunTasks.withPostTask
(SoftwareUpdateConfigurationRunTaskProperties postTask) Set the postTask property: Post task properties.SoftwareUpdateConfigurationRunTasks.withPreTask
(SoftwareUpdateConfigurationRunTaskProperties preTask) Set the preTask property: Pre task properties.