Class TaskProperties

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

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

    • TaskProperties

      public TaskProperties()
  • Method Details

    • parameters

      public Map<String,String> parameters()
      Get the parameters property: Gets or sets the parameters of the task.
      Returns:
      the parameters value.
    • withParameters

      public TaskProperties withParameters(Map<String,String> parameters)
      Set the parameters property: Gets or sets the parameters of the task.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the TaskProperties object itself.
    • source

      public String source()
      Get the source property: Gets or sets the name of the runbook.
      Returns:
      the source value.
    • withSource

      public TaskProperties withSource(String source)
      Set the source property: Gets or sets the name of the runbook.
      Parameters:
      source - the source value to set.
      Returns:
      the TaskProperties object itself.
    • validate

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