Dela via


ExportSchedule Class

Definition

The schedule associated with the export.

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

Constructors

ExportSchedule()

Initializes a new instance of ExportSchedule.

Properties

Recurrence

The schedule recurrence.

RecurrencePeriod

Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.

Status

The status of the export's schedule. If 'Inactive', the export's schedule is paused.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to