Share via


FileShareRecoveryPoint Class

Definition

Azure File Share workload specific backup copy.

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

Constructors

FileShareRecoveryPoint()

Initializes a new instance of FileShareRecoveryPoint.

Properties

FileShareSnapshotUri

Contains Url to the snapshot of fileshare, if applicable.

RecoveryPointOn

Time at which this backup copy was created.

RecoveryPointProperties

Properties of Recovery Point.

RecoveryPointSizeInGB

Contains recovery point size.

RecoveryPointType

Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericRecoveryPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericRecoveryPoint)
IJsonModel<FileShareRecoveryPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileShareRecoveryPoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericRecoveryPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupGenericRecoveryPoint)
IPersistableModel<FileShareRecoveryPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileShareRecoveryPoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileShareRecoveryPoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to