StorageProfile 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
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
- geoRedundantBackup
- String
Activez géoredondant ou non pour la sauvegarde du serveur. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »
- storageAutogrow
- String
Activez la croissance automatique du stockage. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »
S’applique à
Azure SDK for .NET