Freigeben über


StorageProfile Konstruktoren

Definition

Überlädt

StorageProfile()

Initialisiert eine neue instance der StorageProfile-Klasse.

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

Initialisiert eine neue instance der StorageProfile-Klasse.

StorageProfile()

Initialisiert eine neue instance der StorageProfile-Klasse.

public StorageProfile ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der StorageProfile-Klasse.

public StorageProfile (int? backupRetentionDays = default, string geoRedundantBackup = default, int? storageMB = default, string storageAutogrow = default);
new Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile : Nullable<int> * string * Nullable<int> * string -> Microsoft.Azure.Management.PostgreSQL.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)

Parameter

backupRetentionDays
Nullable<Int32>

Sicherungsaufbewahrungstage für den Server.

geoRedundantBackup
String

Aktivieren Sie georedundant oder nicht für die Serversicherung. Mögliche Werte sind: "Aktiviert", "Deaktiviert".

storageMB
Nullable<Int32>

Maximal zulässiger Speicher für einen Server.

storageAutogrow
String

Aktivieren Sie die automatische Speichervergrößerung. Mögliche Werte sind: "Aktiviert", "Deaktiviert".

Gilt für: