Interface QueryResult
public interface QueryResult
An immutable client-side representation of QueryResult.
-
Method Summary
Modifier and TypeMethodDescriptioncolumns()
Gets the columns property: Array of columns.etag()
Gets the etag property: ETag of the resource.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner object.location()
Gets the location property: The geo-location where the resource lives.name()
Gets the name property: The name of the resource.nextLink()
Gets the nextLink property: The link (url) to the next page of results.rows()
Gets the rows property: Array of rows.sku()
Gets the sku property: SKU of the resource.tags()
Gets the tags property: Resource tags.type()
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.
-
location
String location()Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
tags
Gets the tags property: Resource tags.- Returns:
- the tags value.
-
sku
String sku()Gets the sku property: SKU of the resource.- Returns:
- the sku value.
-
etag
String etag()Gets the etag property: ETag of the resource.- Returns:
- the etag 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
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.
-