Delen via


BackupFindRestorableTimeRangeContent Class

Definition

List Restore Ranges Request.

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

Constructors

BackupFindRestorableTimeRangeContent(RestoreSourceDataStoreType)

Initializes a new instance of BackupFindRestorableTimeRangeContent.

Properties

EndOn

End time for the List Restore Ranges request. ISO 8601 format.

SourceDataStoreType

Gets or sets the type of the source data store.

StartOn

Start time for the List Restore Ranges request. ISO 8601 format.

Explicit Interface Implementations

IJsonModel<BackupFindRestorableTimeRangeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupFindRestorableTimeRangeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupFindRestorableTimeRangeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupFindRestorableTimeRangeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupFindRestorableTimeRangeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to