FileShareRecoveryPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |
RecoveryPointTierDetails |
Recovery point tier information. |
RecoveryPointType |
Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |