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.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 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
Azure SDK for .NET