Class SoftwareUpdateConfigurationRunTasks
java.lang.Object
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationRunTasks
Software update configuration run tasks model.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SoftwareUpdateConfigurationRunTasks
public SoftwareUpdateConfigurationRunTasks()
-
-
Method Details
-
preTask
Get the preTask property: Pre task properties.- Returns:
- the preTask value.
-
withPreTask
public SoftwareUpdateConfigurationRunTasks withPreTask(SoftwareUpdateConfigurationRunTaskProperties preTask) Set the preTask property: Pre task properties.- Parameters:
preTask
- the preTask value to set.- Returns:
- the SoftwareUpdateConfigurationRunTasks object itself.
-
postTask
Get the postTask property: Post task properties.- Returns:
- the postTask value.
-
withPostTask
public SoftwareUpdateConfigurationRunTasks withPostTask(SoftwareUpdateConfigurationRunTaskProperties postTask) Set the postTask property: Post task properties.- Parameters:
postTask
- the postTask value to set.- Returns:
- the SoftwareUpdateConfigurationRunTasks object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-