QueryResult interface
Result of query. It contains all columns listed under groupings and aggregation.
- Extends
Properties
columns | Array of columns |
next |
The link (url) to the next page of results. |
rows | Array of rows |
Inherited Properties
e |
ETag of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | SKU of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
columns
nextLink
The link (url) to the next page of results.
nextLink?: string
Property Value
string
rows
Array of rows
rows?: any[][]
Property Value
any[][]
Inherited Property Details
eTag
ETag of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
eTag?: string
Property Value
string
Inherited From CostManagementResource.eTag
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From CostManagementResource.id
location
Location of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
Inherited From CostManagementResource.location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From CostManagementResource.name
sku
SKU of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: string
Property Value
string
Inherited From CostManagementResource.sku
tags
Resource tags. NOTE: This property will not be serialized. It can only be populated by the server.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From CostManagementResource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From CostManagementResource.type
Azure SDK for JavaScript