Dela via


RestoreFileSpecs Class

Definition

Restore file specs like file path, type and target folder path info.

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

Constructors

RestoreFileSpecs()

Initializes a new instance of RestoreFileSpecs.

Properties

FileSpecType

Indicates what the Path variable stands for.

Path

Source File/Folder path.

TargetFolderPath

Destination folder path in target FileShare.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RestoreFileSpecs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestoreFileSpecs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestoreFileSpecs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestoreFileSpecs>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestoreFileSpecs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to