Share via


BackupFindRestorableTimeRangeResultProperties Class

Definition

List Restore Ranges Response.

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

Constructors

BackupFindRestorableTimeRangeResultProperties()

Initializes a new instance of BackupFindRestorableTimeRangeResultProperties.

Properties

ObjectType

Gets or sets the object type.

RestorableTimeRanges

Returns the Restore Ranges available on the Backup Instance.

Explicit Interface Implementations

IJsonModel<BackupFindRestorableTimeRangeResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupFindRestorableTimeRangeResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupFindRestorableTimeRangeResultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupFindRestorableTimeRangeResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupFindRestorableTimeRangeResultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to