Class SoftwareUpdateConfigurationTasks

java.lang.Object
com.azure.resourcemanager.automation.models.SoftwareUpdateConfigurationTasks

public final class SoftwareUpdateConfigurationTasks extends Object
Task properties of the software update configuration.
  • Constructor Details

    • SoftwareUpdateConfigurationTasks

      public SoftwareUpdateConfigurationTasks()
  • Method Details

    • preTask

      public TaskProperties preTask()
      Get the preTask property: Pre task properties.
      Returns:
      the preTask value.
    • withPreTask

      public SoftwareUpdateConfigurationTasks withPreTask(TaskProperties preTask)
      Set the preTask property: Pre task properties.
      Parameters:
      preTask - the preTask value to set.
      Returns:
      the SoftwareUpdateConfigurationTasks object itself.
    • postTask

      public TaskProperties postTask()
      Get the postTask property: Post task properties.
      Returns:
      the postTask value.
    • withPostTask

      public SoftwareUpdateConfigurationTasks withPostTask(TaskProperties postTask)
      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.