DiskUpdate.MaxShares プロパティ

定義

同時にディスクに接続できる VM の最大数を取得または設定します。 1 より大きい値は、複数の VM に同時にマウントできるディスクを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象