共用方式為


ExportRecurrencePeriod Class

Definition

The start and end date for recurrence schedule.

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

Constructors

ExportRecurrencePeriod(DateTimeOffset)

Initializes a new instance of ExportRecurrencePeriod.

Properties

From

The start date of recurrence.

To

The end date of recurrence.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportRecurrencePeriod>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportRecurrencePeriod>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportRecurrencePeriod>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportRecurrencePeriod>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportRecurrencePeriod>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to