Class TagsResultInner


  • public final class TagsResultInner
    extends com.azure.core.management.ProxyResource
    A resource listing all tags.
    • Constructor Detail

      • TagsResultInner

        public TagsResultInner()
    • Method Detail

      • etag

        public String etag()
        Get the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
        Returns:
        the etag value.
      • withEtag

        public TagsResultInner withEtag​(String etag)
        Set the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
        Parameters:
        etag - the etag value to set.
        Returns:
        the TagsResultInner object itself.
      • tags

        public List<Tag> tags()
        Get the tags property: A list of Tag.
        Returns:
        the tags value.
      • withTags

        public TagsResultInner withTags​(List<Tag> tags)
        Set the tags property: A list of Tag.
        Parameters:
        tags - the tags value to set.
        Returns:
        the TagsResultInner object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link (url) to the next page of results.
        Returns:
        the nextLink value.
      • previousLink

        public String previousLink()
        Get the previousLink property: The link (url) to the previous page of results.
        Returns:
        the previousLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.