次の方法で共有


Storage コンストラクター

定義

オーバーロード

Storage()

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

Storage(Nullable<Int32>)

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

Storage()

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

public Storage ();
Public Sub New ()

適用対象

Storage(Nullable<Int32>)

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

public Storage (int? storageSizeGB = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Storage : Nullable<int> -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Storage
Public Sub New (Optional storageSizeGB As Nullable(Of Integer) = Nothing)

パラメーター

storageSizeGB
Nullable<Int32>

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

適用対象