AzureSqlProtectionPolicy Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AzureSqlProtectionPolicy() |
Initialise une nouvelle instance de la classe AzureSqlProtectionPolicy. |
AzureSqlProtectionPolicy(Nullable<Int32>, IList<String>, RetentionPolicy) |
Initialise une nouvelle instance de la classe AzureSqlProtectionPolicy. |
AzureSqlProtectionPolicy()
Initialise une nouvelle instance de la classe AzureSqlProtectionPolicy.
public AzureSqlProtectionPolicy ();
Public Sub New ()
S’applique à
AzureSqlProtectionPolicy(Nullable<Int32>, IList<String>, RetentionPolicy)
Initialise une nouvelle instance de la classe AzureSqlProtectionPolicy.
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)
Paramètres
- retentionPolicy
- RetentionPolicy
Détails de la stratégie de rétention.
S’applique à
Azure SDK for .NET