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
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
GenericResourceFilter
public GenericResourceFilter()
Method Details
resourceType
public String resourceType()
Get the resource type.
Returns:
the resourceType value
tagname
public String tagname()
Get the tag name.
Returns:
the tagname value
tagvalue
public String tagvalue()
Get the tag value.
Returns:
the tagvalue value
withResourceType
public GenericResourceFilter withResourceType(String resourceType)
Set the resource type.
Parameters:
resourceType
- the resourceType value to set
Returns:
the GenericResourceFilter object itself.
withTagname
public GenericResourceFilter withTagname(String tagname)
Set the tag name.
Parameters:
tagname
- the tagname value to set
Returns:
the GenericResourceFilter object itself.
withTagvalue
public GenericResourceFilter withTagvalue(String tagvalue)
Set the tag value.
Parameters:
tagvalue
- the tagvalue value to set
Returns:
the GenericResourceFilter object itself.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java