MigrationBackupPolicy 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.
public class MigrationBackupPolicy
type MigrationBackupPolicy = class
Public Class MigrationBackupPolicy
- Inheritance
-
MigrationBackupPolicy
Constructors
MigrationBackupPolicy() |
Initializes a new instance of the MigrationBackupPolicy class. |
Properties
BackupSchedules |
Required. Gets or sets the backup schedules supported by the policy. |
CreatedOn |
Required. Gets or sets the time when policy is created. |
Disabled |
Required. Gets or sets a value indicating whether the policy is disabled or not. |
InstanceId |
Optional. Gets or sets the instance id of the backup policy |
LastRunTime |
Optional. Gets or sets the last backed up time of the policy. |
MaxRetentionCount |
Required. Gets or sets the maximum number of backups to be retained. |
Name |
Required. Gets or sets the name of the backup policy |
OperationInProgress |
Optional. Gets or sets a value indicating any operation is inprogress |
Type |
Required. Gets or sets the backup type supported by the policy. |
VirtualDiskGroupId |
Required. Gets or sets the list of ids of all volume groups associated this backup policy. |
Applies to
Azure SDK for .NET