Partager via


StorageProfile Constructeurs

Définition

Surcharges

StorageProfile()

Initialise une nouvelle instance de la classe StorageProfile.

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

Initialise une nouvelle instance de la classe StorageProfile.

StorageProfile()

Initialise une nouvelle instance de la classe StorageProfile.

public StorageProfile ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe StorageProfile.

public StorageProfile (int? backupRetentionDays = default, string geoRedundantBackup = default, int? storageMB = default, string storageAutogrow = default);
new Microsoft.Azure.Management.MySQL.Models.StorageProfile : Nullable<int> * string * Nullable<int> * string -> Microsoft.Azure.Management.MySQL.Models.StorageProfile
Public Sub New (Optional backupRetentionDays As Nullable(Of Integer) = Nothing, Optional geoRedundantBackup As String = Nothing, Optional storageMB As Nullable(Of Integer) = Nothing, Optional storageAutogrow As String = Nothing)

Paramètres

backupRetentionDays
Nullable<Int32>

Jours de rétention des sauvegardes pour le serveur.

geoRedundantBackup
String

Activez géoredondant ou non pour la sauvegarde du serveur. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

storageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

storageAutogrow
String

Activez la croissance automatique du stockage. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

S’applique à