Interface QueryResult


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

    Modifier and Type
    Method
    Description
    Gets the columns property: Array of columns.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner object.
    Gets the name property: The name of the resource.
    Gets the nextLink property: The link (url) to the next page of results.
    Gets the rows property: Array of rows.
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
  • Method Details

    • 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.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • nextLink

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

      List<QueryColumn> columns()
      Gets the columns property: Array of columns.
      Returns:
      the columns value.
    • rows

      List<List<Object>> rows()
      Gets the rows property: Array of rows.
      Returns:
      the rows value.
    • innerModel

      QueryResultInner innerModel()
      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner object.
      Returns:
      the inner object.