StorageProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- geoRedundantBackup
- String
サーバー バックアップで geo 冗長を有効にするか、有効にしないか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- storageAutogrow
- String
ストレージの自動拡張を有効にします。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET