AzureFileShareRecoveryPoint 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 AzureFileShareRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint
type AzureFileShareRecoveryPoint = class
inherit RecoveryPoint
Public Class AzureFileShareRecoveryPoint
Inherits RecoveryPoint
- Inheritance
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. |