QueryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of query. It contains all columns listed under groupings and aggregation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryResultTypeConverter))]
public class QueryResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryResultInternal, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryResultTypeConverter))>]
type QueryResult = class
interface IQueryResult
interface IJsonSerializable
interface IResource
interface IQueryResultInternal
interface IResourceInternal
interface IValidates
Public Class QueryResult
Implements IQueryResult, IQueryResultInternal, IValidates
- Inheritance
-
QueryResult
- Attributes
- Implements
Constructors
QueryResult() |
Creates an new QueryResult instance. |
Properties
Column |
Array of columns |
ETag |
ETag of the resource. |
Id |
Resource Id. |
Location |
Location of the resource. |
Name |
Resource name. |
NextLink |
The link (url) to the next page of results. |
Row |
Array of rows |
Sku |
SKU of the resource. |
Tag |
Resource tags. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryResult. |
FromJsonString(String) |
Creates a new instance of QueryResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Explicit Interface Implementations
IQueryResultInternal.Property |
Internal Acessors for Property |
IResourceInternal.ETag |
Internal Acessors for ETag |
IResourceInternal.Id |
Internal Acessors for Id |
IResourceInternal.Location |
Internal Acessors for Location |
IResourceInternal.Name |
Internal Acessors for Name |
IResourceInternal.Sku |
Internal Acessors for Sku |
IResourceInternal.Tag |
Internal Acessors for Tag |
IResourceInternal.Type |
Internal Acessors for Type |