次の方法で共有


ManagedInstanceUpdate.StorageSizeInGB プロパティ

定義

ストレージ サイズを GB 単位で取得または設定します。 最小値: 32。 最大値: 8192。32 GB の増分のみが許可されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.storageSizeInGB")]
public int? StorageSizeInGB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.storageSizeInGB")>]
member this.StorageSizeInGB : Nullable<int> with get, set
Public Property StorageSizeInGB As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象