Class TagDetailsInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.TagDetailsInner
Tag details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount()Get the count property: The total number of resources that use the resource tag.id()Get the id property: The tag name ID.tagName()Get the tagName property: The tag name.voidvalidate()Validates the instance.values()Get the values property: The list of tag values.Set the count property: The total number of resources that use the resource tag.withTagName(String tagName) Set the tagName property: The tag name.withValues(List<TagValueInner> values) Set the values property: The list of tag values.
-
Constructor Details
-
TagDetailsInner
public TagDetailsInner()
-
-
Method Details
-
id
Get the id property: The tag name ID.- Returns:
- the id value.
-
tagName
Get the tagName property: The tag name.- Returns:
- the tagName value.
-
withTagName
Set the tagName property: The tag name.- Parameters:
tagName- the tagName value to set.- Returns:
- the TagDetailsInner object itself.
-
count
Get the count property: The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.- Returns:
- the count value.
-
withCount
Set the count property: The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.- Parameters:
count- the count value to set.- Returns:
- the TagDetailsInner object itself.
-
values
Get the values property: The list of tag values.- Returns:
- the values value.
-
withValues
Set the values property: The list of tag values.- Parameters:
values- the values value to set.- Returns:
- the TagDetailsInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-