Class TargetProperties

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

public final class TargetProperties extends Object
Group specific to the update configuration.
  • Constructor Details

    • TargetProperties

      public TargetProperties()
  • Method Details

    • azureQueries

      public List<AzureQueryProperties> azureQueries()
      Get the azureQueries property: List of Azure queries in the software update configuration.
      Returns:
      the azureQueries value.
    • withAzureQueries

      public TargetProperties withAzureQueries(List<AzureQueryProperties> azureQueries)
      Set the azureQueries property: List of Azure queries in the software update configuration.
      Parameters:
      azureQueries - the azureQueries value to set.
      Returns:
      the TargetProperties object itself.
    • nonAzureQueries

      public List<NonAzureQueryProperties> nonAzureQueries()
      Get the nonAzureQueries property: List of non Azure queries in the software update configuration.
      Returns:
      the nonAzureQueries value.
    • withNonAzureQueries

      public TargetProperties withNonAzureQueries(List<NonAzureQueryProperties> nonAzureQueries)
      Set the nonAzureQueries property: List of non Azure queries in the software update configuration.
      Parameters:
      nonAzureQueries - the nonAzureQueries value to set.
      Returns:
      the TargetProperties object itself.
    • validate

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