Partager via


BackupShortTermRetentionPolicyInner Constructeurs

Définition

Surcharges

BackupShortTermRetentionPolicyInner()

Initialise une nouvelle instance de la classe BackupShortTermRetentionPolicyInner.

BackupShortTermRetentionPolicyInner(String, String, String, Nullable<Int32>)

Initialise une nouvelle instance de la classe BackupShortTermRetentionPolicyInner.

BackupShortTermRetentionPolicyInner()

Initialise une nouvelle instance de la classe BackupShortTermRetentionPolicyInner.

public BackupShortTermRetentionPolicyInner ();
Public Sub New ()

S’applique à

BackupShortTermRetentionPolicyInner(String, String, String, Nullable<Int32>)

Initialise une nouvelle instance de la classe BackupShortTermRetentionPolicyInner.

public BackupShortTermRetentionPolicyInner (string id = default, string name = default, string type = default, int? retentionDays = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.BackupShortTermRetentionPolicyInner : string * string * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Fluent.Models.BackupShortTermRetentionPolicyInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional retentionDays As Nullable(Of Integer) = Nothing)

Paramètres

id
String
name
String
type
String
retentionDays
Nullable<Int32>

Période de rétention de la sauvegarde, en jours. Il s’agit du nombre de jours pendant lesquels la restauration dans le temps sera prise en charge.

S’applique à