Class GenericResourceFilter
java.lang.Object
com.microsoft.azure.management.resources.GenericResourceFilter
Resource filter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resource type.tagname()
Get the tag name.tagvalue()
Get the tag value.withResourceType
(String resourceType) Set the resource type.withTagname
(String tagname) Set the tag name.withTagvalue
(String tagvalue) Set the tag value.
-
Constructor Details
-
GenericResourceFilter
public GenericResourceFilter()
-
-
Method Details
-
resourceType
Get the resource type.- Returns:
- the resourceType value
-
withResourceType
Set the resource type.- Parameters:
resourceType
- the resourceType value to set- Returns:
- the GenericResourceFilter object itself.
-
tagname
Get the tag name.- Returns:
- the tagname value
-
withTagname
Set the tag name.- Parameters:
tagname
- the tagname value to set- Returns:
- the GenericResourceFilter object itself.
-
tagvalue
Get the tag value.- Returns:
- the tagvalue value
-
withTagvalue
Set the tag value.- Parameters:
tagvalue
- the tagvalue value to set- Returns:
- the GenericResourceFilter object itself.
-