Class GenericResourceFilter

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

public class GenericResourceFilter extends Object
Resource filter.
  • Constructor Details

    • GenericResourceFilter

      public GenericResourceFilter()
  • Method Details

    • resourceType

      public String resourceType()
      Get the resource type.
      Returns:
      the resourceType value
    • withResourceType

      public GenericResourceFilter withResourceType(String resourceType)
      Set the resource type.
      Parameters:
      resourceType - the resourceType value to set
      Returns:
      the GenericResourceFilter object itself.
    • tagname

      public String tagname()
      Get the tag name.
      Returns:
      the tagname value
    • withTagname

      public GenericResourceFilter withTagname(String tagname)
      Set the tag name.
      Parameters:
      tagname - the tagname value to set
      Returns:
      the GenericResourceFilter object itself.
    • tagvalue

      public String tagvalue()
      Get the tag value.
      Returns:
      the tagvalue value
    • withTagvalue

      public GenericResourceFilter withTagvalue(String tagvalue)
      Set the tag value.
      Parameters:
      tagvalue - the tagvalue value to set
      Returns:
      the GenericResourceFilter object itself.