Class TagSettingsProperties

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

public final class TagSettingsProperties extends Object
Tag filter information for the VM.
  • Constructor Details

    • TagSettingsProperties

      public TagSettingsProperties()
  • Method Details

    • tags

      public Map<String,List<String>> tags()
      Get the tags property: Dictionary of tags with its list of values.
      Returns:
      the tags value.
    • withTags

      public TagSettingsProperties withTags(Map<String,List<String>> tags)
      Set the tags property: Dictionary of tags with its list of values.
      Parameters:
      tags - the tags value to set.
      Returns:
      the TagSettingsProperties object itself.
    • filterOperator

      public TagOperators filterOperator()
      Get the filterOperator property: Filter VMs by Any or All specified tags.
      Returns:
      the filterOperator value.
    • withFilterOperator

      public TagSettingsProperties withFilterOperator(TagOperators filterOperator)
      Set the filterOperator property: Filter VMs by Any or All specified tags.
      Parameters:
      filterOperator - the filterOperator value to set.
      Returns:
      the TagSettingsProperties object itself.
    • validate

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