AzureFileShareRecoveryPoint Class

Definition

Azure File Share workload specific backup copy.

public class AzureFileShareRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPoint
type AzureFileShareRecoveryPoint = class
    inherit RecoveryPoint
Public Class AzureFileShareRecoveryPoint
Inherits RecoveryPoint
Inheritance
AzureFileShareRecoveryPoint

Constructors

AzureFileShareRecoveryPoint()

Initializes a new instance of the AzureFileShareRecoveryPoint class.

AzureFileShareRecoveryPoint(String, Nullable<DateTime>, String, Nullable<Int32>)

Initializes a new instance of the AzureFileShareRecoveryPoint class.

Properties

FileShareSnapshotUri

Gets or sets contains Url to the snapshot of fileshare, if applicable

RecoveryPointSizeInGB

Gets or sets contains recovery point size

RecoveryPointTime

Gets or sets time at which this backup copy was created.

RecoveryPointType

Gets or sets type of the backup copy. Specifies whether it is a crash consistent backup or app consistent.

Applies to