Sdílet prostřednictvím


BackupConfiguration Class

Definition

Backup Configuration.

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

Constructors

BackupConfiguration()

Initializes a new instance of BackupConfiguration.

Properties

SourceLocation

Source location of backups.

TargetLocation

Target location for copying backups.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to