ResourceGroupFilter Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ResourceGroupFilter
- com.
public class ResourceGroupFilter
Resource group filter.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
tagName()
Get the tagName value. |
String |
tagValue()
Get the tagValue value. |
Resource |
withTagName(String tagName)
Set the tagName value. |
Resource |
withTagValue(String tagValue)
Set the tagValue value. |
Method Details
tagName
public String tagName()
Get the tagName value.
Returns:
the tagName value
tagValue
public String tagValue()
Get the tagValue value.
Returns:
the tagValue value
withTagName
public ResourceGroupFilter withTagName(String tagName)
Set the tagName value.
Parameters:
tagName
- the tagName value to set
Returns:
the ResourceGroupFilter object itself.
withTagValue
public ResourceGroupFilter withTagValue(String tagValue)
Set the tagValue value.
Parameters:
tagValue
- the tagValue value to set
Returns:
the ResourceGroupFilter object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java