Class TagDetailsInner

java.lang.Object
com.azure.resourcemanager.resources.fluent.models.TagDetailsInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<TagDetailsInner>

public final class TagDetailsInner extends Object implements com.azure.json.JsonSerializable<TagDetailsInner>
Tag details.
  • Constructor Details

    • TagDetailsInner

      public TagDetailsInner()
      Creates an instance of TagDetailsInner class.
  • Method Details

    • id

      public String id()
      Get the id property: The tag name ID.
      Returns:
      the id value.
    • tagName

      public String tagName()
      Get the tagName property: The tag name.
      Returns:
      the tagName value.
    • withTagName

      public TagDetailsInner withTagName(String tagName)
      Set the tagName property: The tag name.
      Parameters:
      tagName - the tagName value to set.
      Returns:
      the TagDetailsInner object itself.
    • count

      public TagCount 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

      public TagDetailsInner withCount(TagCount count)
      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

      public List<TagValueInner> values()
      Get the values property: The list of tag values.
      Returns:
      the values value.
    • withValues

      public TagDetailsInner withValues(List<TagValueInner> values)
      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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<TagDetailsInner>
      Throws:
      IOException
    • fromJson

      public static TagDetailsInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of TagDetailsInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of TagDetailsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the TagDetailsInner.