Delen via


BackupFileInfo Class

Definition

Information of the backup file.

public class BackupFileInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.BackupFileInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.BackupFileInfo>
type BackupFileInfo = class
    interface IJsonModel<BackupFileInfo>
    interface IPersistableModel<BackupFileInfo>
Public Class BackupFileInfo
Implements IJsonModel(Of BackupFileInfo), IPersistableModel(Of BackupFileInfo)
Inheritance
BackupFileInfo
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<BackupFileInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupFileInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupFileInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupFileInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupFileInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to