Class SoftwareUpdateConfigurationTasks
java.lang.Object
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationTasks
Task properties of the software update configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpostTask()
Get the postTask property: Post task properties.preTask()
Get the preTask property: Pre task properties.void
validate()
Validates the instance.withPostTask
(TaskProperties postTask) Set the postTask property: Post task properties.withPreTask
(TaskProperties preTask) Set the preTask property: Pre task properties.
-
Constructor Details
-
SoftwareUpdateConfigurationTasks
public SoftwareUpdateConfigurationTasks()
-
-
Method Details
-
preTask
Get the preTask property: Pre task properties.- Returns:
- the preTask value.
-
withPreTask
Set the preTask property: Pre task properties.- Parameters:
preTask
- the preTask value to set.- Returns:
- the SoftwareUpdateConfigurationTasks object itself.
-
postTask
Get the postTask property: Post task properties.- Returns:
- the postTask value.
-
withPostTask
Set the postTask property: Post task properties.- Parameters:
postTask
- the postTask value to set.- Returns:
- the SoftwareUpdateConfigurationTasks object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-