UpdateBackupPolicyConfig 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 UpdateBackupPolicyConfig
type UpdateBackupPolicyConfig = class
Public Class UpdateBackupPolicyConfig
- Inheritance
-
UpdateBackupPolicyConfig
Constructors
UpdateBackupPolicyConfig() |
Initializes a new instance of the UpdateBackupPolicyConfig class. |
UpdateBackupPolicyConfig(String, OperationInProgress, Boolean) |
Initializes a new instance of the UpdateBackupPolicyConfig class with required arguments. |
Properties
BackupSchedulesToBeAdded |
Optional. The backup schedules added to the backup policy. |
BackupSchedulesToBeDeleted |
Optional. The backup schedules deleted from the backup policy. |
BackupSchedulesToBeUpdated |
Optional. The backup schedules updated in the backup policy. |
InstanceId |
Optional. The instance identifier |
IsPolicyRenamed |
Required. Is the policy renamed |
Name |
Required. The name of the entity |
OperationInProgress |
Required. Operation In Progress |
VolumeIds |
Optional. The list of volume ids under this backup policy. |
Applies to
Azure SDK for .NET