Share via


DataMigrationBackupFileInfo Class

Definition

Information of the backup file.

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

Properties

FamilySequenceNumber

Sequence number of the backup file in the backup set.

FileLocation

Location of the backup file in shared folder.

Status

Status of the backup file during migration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationBackupFileInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationBackupFileInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationBackupFileInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationBackupFileInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationBackupFileInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to