ResourceGroupFilter Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ResourceGroupFilter
- com.
public class ResourceGroupFilter
Resource group filter.
Constructor Summary
Constructor | Description | |
---|---|---|
ResourceGroupFilter() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
tagName()
Get the tag name. |
java.lang.String |
tagValue()
Get the tag value. |
Resource |
withTagName(String tagName)
Set the tag name. |
Resource |
withTagValue(String tagValue)
Set the tag value. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
ResourceGroupFilter
public ResourceGroupFilter()
Method Details
tagName
public String tagName()
Get the tag name.
Returns:
the tagName value
tagValue
public String tagValue()
Get the tag value.
Returns:
the tagValue value
withTagName
public ResourceGroupFilter withTagName(String tagName)
Set the tag name.
Parameters:
tagName
- the tagName value to set
Returns:
the ResourceGroupFilter object itself.
withTagValue
public ResourceGroupFilter withTagValue(String tagValue)
Set the tag value.
Parameters:
tagValue
- the tagValue value to set
Returns:
the ResourceGroupFilter object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java