QueryTimePeriod 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.
The start and end date for pulling data for the query.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryTimePeriodTypeConverter))]
public class QueryTimePeriod : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryTimePeriod, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryTimePeriodInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryTimePeriodTypeConverter))>]
type QueryTimePeriod = class
interface IQueryTimePeriod
interface IJsonSerializable
interface IQueryTimePeriodInternal
Public Class QueryTimePeriod
Implements IQueryTimePeriod, IQueryTimePeriodInternal
- Inheritance
-
QueryTimePeriod
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| QueryTimePeriod() |
Creates an new QueryTimePeriod instance. |
Properties
| Name | Description |
|---|---|
| From |
The start date to pull data from. |
| To |
The end date to pull data to. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryTimePeriod. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryTimePeriod. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryTimePeriod. |
| FromJsonString(String) |
Creates a new instance of QueryTimePeriod, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryTimePeriod into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |