Class GenericResourceFilter
- java.lang.Object
-
- com.microsoft.azure.management.resources.GenericResourceFilter
-
public class GenericResourceFilter extends Object
Resource filter.
-
-
Constructor Summary
Constructors Constructor Description GenericResourceFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringresourceType()Get the resourceType value.Stringtagname()Get the tagname value.Stringtagvalue()Get the tagvalue value.GenericResourceFilterwithResourceType(String resourceType)Set the resourceType value.GenericResourceFilterwithTagname(String tagname)Set the tagname value.GenericResourceFilterwithTagvalue(String tagvalue)Set the tagvalue value.
-
-
-
Method Detail
-
resourceType
public String resourceType()
Get the resourceType value.- Returns:
- the resourceType value
-
withResourceType
public GenericResourceFilter withResourceType(String resourceType)
Set the resourceType value.- Parameters:
resourceType- the resourceType value to set- Returns:
- the GenericResourceFilter object itself.
-
tagname
public String tagname()
Get the tagname value.- Returns:
- the tagname value
-
withTagname
public GenericResourceFilter withTagname(String tagname)
Set the tagname value.- Parameters:
tagname- the tagname value to set- Returns:
- the GenericResourceFilter object itself.
-
tagvalue
public String tagvalue()
Get the tagvalue value.- Returns:
- the tagvalue value
-
withTagvalue
public GenericResourceFilter withTagvalue(String tagvalue)
Set the tagvalue value.- Parameters:
tagvalue- the tagvalue value to set- Returns:
- the GenericResourceFilter object itself.
-
-