AzureSqlProtectionPolicy Constructors
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.
Overloads
AzureSqlProtectionPolicy() |
Initializes a new instance of the AzureSqlProtectionPolicy class. |
AzureSqlProtectionPolicy(Nullable<Int32>, RetentionPolicy) |
Initializes a new instance of the AzureSqlProtectionPolicy class. |
AzureSqlProtectionPolicy()
Initializes a new instance of the AzureSqlProtectionPolicy class.
public AzureSqlProtectionPolicy ();
Public Sub New ()
Applies to
AzureSqlProtectionPolicy(Nullable<Int32>, RetentionPolicy)
Initializes a new instance of the AzureSqlProtectionPolicy class.
public AzureSqlProtectionPolicy (Nullable<int> protectedItemsCount = null, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy retentionPolicy = null);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectionPolicy : Nullable<int> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectionPolicy
Parameters
- protectedItemsCount
- System.Nullable<System.Int32>
Number of items associated with this policy.
- retentionPolicy
- RetentionPolicy
Retention policy details.