public final class TagDetailsInner extends Object
| Constructor and Description |
|---|
TagDetailsInner() |
| Modifier and Type | Method and Description |
|---|---|
TagCount |
count()
Get the count property: The total number of resources that use the resource tag.
|
String |
id()
Get the id property: The tag name ID.
|
String |
tagName()
Get the tagName property: The tag name.
|
void |
validate()
Validates the instance.
|
List<TagValueInner> |
values()
Get the values property: The list of tag values.
|
TagDetailsInner |
withCount(TagCount count)
Set the count property: The total number of resources that use the resource tag.
|
TagDetailsInner |
withTagName(String tagName)
Set the tagName property: The tag name.
|
TagDetailsInner |
withValues(List<TagValueInner> values)
Set the values property: The list of tag values.
|
public String id()
public String tagName()
public TagDetailsInner withTagName(String tagName)
tagName - the tagName value to set.public TagCount count()
public TagDetailsInner withCount(TagCount count)
count - the count value to set.public List<TagValueInner> values()
public TagDetailsInner withValues(List<TagValueInner> values)
values - the values value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.