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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java