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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java