Share via


DiskInner.ShareInfo プロパティ

定義

ディスクが接続されているすべての VM の一覧の詳細を取得します。 ディスクを複数の VM にアタッチできるようにするには、maxShares を 1 より大きい値に設定する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.shareInfo")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.ShareInfoElement> ShareInfo { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.shareInfo")>]
member this.ShareInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.ShareInfoElement>
Public ReadOnly Property ShareInfo As IList(Of ShareInfoElement)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象