共用方式為


QueryTimePeriod Class

Definition

The start and end date for pulling data for the query.

public class QueryTimePeriod : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.QueryTimePeriod>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.QueryTimePeriod>
type QueryTimePeriod = class
    interface IJsonModel<QueryTimePeriod>
    interface IPersistableModel<QueryTimePeriod>
Public Class QueryTimePeriod
Implements IJsonModel(Of QueryTimePeriod), IPersistableModel(Of QueryTimePeriod)
Inheritance
QueryTimePeriod
Implements

Constructors

QueryTimePeriod(DateTimeOffset, DateTimeOffset)

Initializes a new instance of QueryTimePeriod.

Properties

From

The start date to pull data from.

To

The end date to pull data to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<QueryTimePeriod>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<QueryTimePeriod>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryTimePeriod>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryTimePeriod>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<QueryTimePeriod>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to