Class ResourceGroupFilter
- java.lang.Object
-
- com.microsoft.azure.management.resources.ResourceGroupFilter
-
public class ResourceGroupFilter extends Object
Resource group filter.
-
-
Constructor Summary
Constructors Constructor Description ResourceGroupFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtagName()Get the tagName value.StringtagValue()Get the tagValue value.ResourceGroupFilterwithTagName(String tagName)Set the tagName value.ResourceGroupFilterwithTagValue(String tagValue)Set the tagValue value.
-
-
-
Method Detail
-
tagName
public String tagName()
Get the tagName value.- Returns:
- the tagName value
-
withTagName
public ResourceGroupFilter withTagName(String tagName)
Set the tagName value.- Parameters:
tagName- the tagName value to set- Returns:
- the ResourceGroupFilter object itself.
-
tagValue
public String tagValue()
Get the tagValue value.- Returns:
- the tagValue value
-
withTagValue
public ResourceGroupFilter withTagValue(String tagValue)
Set the tagValue value.- Parameters:
tagValue- the tagValue value to set- Returns:
- the ResourceGroupFilter object itself.
-
-