GenericResourceFilter Class
- java.
lang. Object - com.
microsoft. azure. management. resources. GenericResourceFilter
- com.
public class GenericResourceFilter
Resource filter.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
resourceType()
Get the resourceType value. |
String |
tagname()
Get the tagname value. |
String |
tagvalue()
Get the tagvalue value. |
Generic |
withResourceType(String resourceType)
Set the resourceType value. |
Generic |
withTagname(String tagname)
Set the tagname value. |
Generic |
withTagvalue(String tagvalue)
Set the tagvalue value. |
Method Details
resourceType
public String resourceType()
Get the resourceType value.
Returns:
tagname
public String tagname()
Get the tagname value.
Returns:
tagvalue
public String tagvalue()
Get the tagvalue value.
Returns:
withResourceType
public GenericResourceFilter withResourceType(String resourceType)
Set the resourceType value.
Parameters:
Returns:
withTagname
public GenericResourceFilter withTagname(String tagname)
Set the tagname value.
Parameters:
Returns:
withTagvalue
public GenericResourceFilter withTagvalue(String tagvalue)
Set the tagvalue value.
Parameters:
Returns:
Applies to
Azure SDK for Java