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