QueryProperties 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.
Query properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryPropertiesTypeConverter))]
public class QueryProperties : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryPropertiesInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryPropertiesTypeConverter))>]
type QueryProperties = class
interface IQueryProperties
interface IJsonSerializable
interface IQueryPropertiesInternal
Public Class QueryProperties
Implements IQueryProperties, IQueryPropertiesInternal
- Inheritance
-
QueryProperties
- Attributes
- Implements
Constructors
QueryProperties() |
Creates an new QueryProperties instance. |
Properties
Column |
Array of columns |
NextLink |
The link (url) to the next page of results. |
Row |
Array of rows |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryProperties. |
FromJsonString(String) |
Creates a new instance of QueryProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |