Delen via


RestoreFilesTargetInfo Class

Definition

Class encapsulating restore as files target parameters.

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

Constructors

RestoreFilesTargetInfo(RecoverySetting, RestoreFilesTargetDetails)

Initializes a new instance of RestoreFilesTargetInfo.

Properties

RecoverySetting

Recovery Option.

(Inherited from RestoreTargetInfoBase)
RestoreLocation

Target Restore region.

(Inherited from RestoreTargetInfoBase)
TargetDetails

Destination of RestoreAsFiles operation, when destination is not a datasource.

Explicit Interface Implementations

IJsonModel<RestoreFilesTargetInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestoreFilesTargetInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RestoreTargetInfoBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from RestoreTargetInfoBase)
IJsonModel<RestoreTargetInfoBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RestoreTargetInfoBase)
IPersistableModel<RestoreFilesTargetInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestoreFilesTargetInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestoreFilesTargetInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RestoreTargetInfoBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RestoreTargetInfoBase)
IPersistableModel<RestoreTargetInfoBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RestoreTargetInfoBase)
IPersistableModel<RestoreTargetInfoBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RestoreTargetInfoBase)

Applies to