Class ResourceGroupFilter

java.lang.Object
com.microsoft.azure.management.resources.ResourceGroupFilter

public class ResourceGroupFilter extends Object
Resource group filter.
  • Constructor Details

    • ResourceGroupFilter

      public ResourceGroupFilter()
  • Method Details

    • tagName

      public String tagName()
      Get the tag name.
      Returns:
      the tagName value
    • withTagName

      public ResourceGroupFilter withTagName(String tagName)
      Set the tag name.
      Parameters:
      tagName - the tagName value to set
      Returns:
      the ResourceGroupFilter object itself.
    • tagValue

      public String tagValue()
      Get the tag value.
      Returns:
      the tagValue value
    • withTagValue

      public ResourceGroupFilter withTagValue(String tagValue)
      Set the tag value.
      Parameters:
      tagValue - the tagValue value to set
      Returns:
      the ResourceGroupFilter object itself.