Class ResourceGroupFilter
java.lang.Object
com.microsoft.azure.management.resources.ResourceGroupFilter
Resource group filter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontagName()
Get the tag name.tagValue()
Get the tag value.withTagName
(String tagName) Set the tag name.withTagValue
(String tagValue) Set the tag value.
-
Constructor Details
-
ResourceGroupFilter
public ResourceGroupFilter()
-
-
Method Details
-
tagName
Get the tag name.- Returns:
- the tagName value
-
withTagName
Set the tag name.- Parameters:
tagName
- the tagName value to set- Returns:
- the ResourceGroupFilter 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 ResourceGroupFilter object itself.
-