共用方式為


QueryResult interface

查詢的結果。 它包含群組和匯總下所列的所有數據行。

Extends

屬性

columns

數據列陣列

nextLink

結果下一頁的連結(url)。

rows

數據列陣列

繼承的屬性

eTag

資源的 ETag。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

location

資源的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sku

資源的 SKU。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags

資源標籤。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

columns

數據列陣列

columns?: QueryColumn[]

屬性值

結果下一頁的連結(url)。

nextLink?: string

屬性值

string

rows

數據列陣列

rows?: any[][]

屬性值

any[][]

繼承的屬性詳細資料

eTag

資源的 ETag。 注意:這個屬性不會串行化。 它只能由伺服器填入。

eTag?: string

屬性值

string

繼承自CostManagementResource.eTag

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自CostManagementResource.id

location

資源的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

location?: string

屬性值

string

繼承自CostManagementResource.location

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自CostManagementResource.name

sku

資源的 SKU。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sku?: string

屬性值

string

繼承自CostManagementResource.sku

tags

資源標籤。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自CostManagementResource.tags

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自CostManagementResource.type