次の方法で共有


StorageProfile コンストラクター

定義

オーバーロード

StorageProfile()

StorageProfile クラスの新しいインスタンスを初期化します。

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

StorageProfile クラスの新しいインスタンスを初期化します。

StorageProfile()

StorageProfile クラスの新しいインスタンスを初期化します。

public StorageProfile ();
Public Sub New ()

適用対象

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

StorageProfile クラスの新しいインスタンスを初期化します。

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)

パラメーター

backupRetentionDays
Nullable<Int32>

サーバーのバックアップ保有日数。

geoRedundantBackup
String

サーバー バックアップで geo 冗長を有効にするか、有効にしないか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

storageMB
Nullable<Int32>

サーバーに対して許可される最大ストレージ数。

storageAutogrow
String

ストレージの自動拡張を有効にします。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

適用対象