Class SoftwareUpdateConfigurationRunTaskProperties

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

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

    • SoftwareUpdateConfigurationRunTaskProperties

      public SoftwareUpdateConfigurationRunTaskProperties()
  • Method Details

    • status

      public String status()
      Get the status property: The status of the task.
      Returns:
      the status value.
    • withStatus

      Set the status property: The status of the task.
      Parameters:
      status - the status value to set.
      Returns:
      the SoftwareUpdateConfigurationRunTaskProperties object itself.
    • source

      public String source()
      Get the source property: The name of the source of the task.
      Returns:
      the source value.
    • withSource

      Set the source property: The name of the source of the task.
      Parameters:
      source - the source value to set.
      Returns:
      the SoftwareUpdateConfigurationRunTaskProperties object itself.
    • jobId

      public String jobId()
      Get the jobId property: The job id of the task.
      Returns:
      the jobId value.
    • withJobId

      Set the jobId property: The job id of the task.
      Parameters:
      jobId - the jobId value to set.
      Returns:
      the SoftwareUpdateConfigurationRunTaskProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.