Interface TagsResult


  • public interface TagsResult
    An immutable client-side representation of TagsResult.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String etag()
      Gets the etag property: eTag of the resource.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      TagsResultInner innerModel()
      Gets the inner com.azure.resourcemanager.consumption.fluent.models.TagsResultInner object.
      String name()
      Gets the name property: The name of the resource.
      String nextLink()
      Gets the nextLink property: The link (url) to the next page of results.
      String previousLink()
      Gets the previousLink property: The link (url) to the previous page of results.
      List<Tag> tags()
      Gets the tags property: A list of Tag.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • etag

        String etag()
        Gets 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.
      • tags

        List<Tag> tags()
        Gets the tags property: A list of Tag.
        Returns:
        the tags value.
      • nextLink

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

        String previousLink()
        Gets the previousLink property: The link (url) to the previous page of results.
        Returns:
        the previousLink value.
      • innerModel

        TagsResultInner innerModel()
        Gets the inner com.azure.resourcemanager.consumption.fluent.models.TagsResultInner object.
        Returns:
        the inner object.