Condividi tramite


QueryDatasetConfiguration Class

Definition

The configuration of dataset in the query.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryDatasetConfigurationTypeConverter))]
public class QueryDatasetConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryDatasetConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryDatasetConfigurationInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryDatasetConfigurationTypeConverter))>]
type QueryDatasetConfiguration = class
    interface IQueryDatasetConfiguration
    interface IJsonSerializable
    interface IQueryDatasetConfigurationInternal
Public Class QueryDatasetConfiguration
Implements IQueryDatasetConfiguration, IQueryDatasetConfigurationInternal
Inheritance
QueryDatasetConfiguration
Attributes
Implements

Constructors

QueryDatasetConfiguration()

Creates an new QueryDatasetConfiguration instance.

Properties

Column

Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryDatasetConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryDatasetConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryDatasetConfiguration.

FromJsonString(String)

Creates a new instance of QueryDatasetConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryDatasetConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to