QueryDefinition 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.QueryDefinitionTypeConverter))]
public class QueryDefinition : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryDefinition, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryDefinitionInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.QueryDefinitionTypeConverter))>]
type QueryDefinition = class
interface IQueryDefinition
interface IJsonSerializable
interface IQueryDefinitionInternal
Public Class QueryDefinition
Implements IQueryDefinition, IQueryDefinitionInternal
- Inheritance
-
QueryDefinition
- Attributes
- Implements
Constructors
QueryDefinition() |
Properties
ConfigurationColumn | |
DatasetAggregation | |
DatasetFilter | |
DatasetGranularity | |
DatasetGrouping | |
Timeframe | |
TimePeriodFrom | |
TimePeriodTo | |
Type |
Methods
DeserializeFromDictionary(IDictionary) | |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) | |
FromJsonString(String) | |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() | |
ToString() |
Explicit Interface Implementations
IQueryDefinitionInternal.Dataset | |
IQueryDefinitionInternal.DatasetConfiguration | |
IQueryDefinitionInternal.TimePeriod |