BackupPolicyPatch 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.
Backup policy Details for create and update
[Microsoft.Rest.Serialization.JsonTransformation]
public class BackupPolicyPatch : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupPolicyPatch = class
interface IResource
Public Class BackupPolicyPatch
Implements IResource
- Inheritance
-
BackupPolicyPatch
- Attributes
- Implements
Constructors
BackupPolicyPatch() |
Initializes a new instance of the BackupPolicyPatch class. |
BackupPolicyPatch(String, String, String, String, IDictionary<String, String>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<VolumeBackups>) |
Initializes a new instance of the BackupPolicyPatch class. |
Properties
BackupPolicyId |
Gets backup Policy GUID ID |
DailyBackupsToKeep |
Gets or sets daily backups count to keep |
Enabled |
Gets or sets the property to decide policy is enabled or not |
Id |
Gets resource Id |
Location |
Gets or sets resource location |
MonthlyBackupsToKeep |
Gets or sets monthly backups count to keep |
Name |
Gets resource name |
ProvisioningState |
Gets azure lifecycle management |
Tags |
Gets or sets resource tags |
Type |
Gets resource type |
VolumeBackups |
Gets a list of volumes assigned to this policy |
VolumesAssigned |
Gets volumes using current backup policy |
WeeklyBackupsToKeep |
Gets or sets weekly backups count to keep |