Bagikan melalui


AzureFileShareRecoveryPoint Class

Definition

Azure File Share workload specific backup copy.

public class AzureFileShareRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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 contains Url to the snapshot of fileshare, if applicable

RecoveryPointSizeInGB

Gets contains recovery point size

RecoveryPointTime

Gets time at which this backup copy was created.

RecoveryPointType

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

Applies to