Delen via


PointInTimeRange Class

Definition

Provides details for log ranges.

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

Constructors

PointInTimeRange()

Initializes a new instance of PointInTimeRange.

Properties

EndOn

End time of the time range for log recovery.

StartOn

Start time of the time range for log recovery.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PointInTimeRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PointInTimeRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PointInTimeRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PointInTimeRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PointInTimeRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to