AzureSqlProtectionPolicy Constructors

Definition

Overloads

AzureSqlProtectionPolicy()

Initializes a new instance of the AzureSqlProtectionPolicy class.

AzureSqlProtectionPolicy(Nullable<Int32>, IList<String>, 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>, IList<String>, RetentionPolicy)

Initializes a new instance of the AzureSqlProtectionPolicy class.

public AzureSqlProtectionPolicy (int? protectedItemsCount = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy retentionPolicy = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectionPolicy : Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectionPolicy
Public Sub New (Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional retentionPolicy As RetentionPolicy = Nothing)

Parameters

protectedItemsCount
Nullable<Int32>

Number of items associated with this policy.

resourceGuardOperationRequests
IList<String>

ResourceGuard Operation Requests

retentionPolicy
RetentionPolicy

Retention policy details.

Applies to