Disk.ManagedByExtended プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="managedByExtended")]
public System.Collections.Generic.IList<string> ManagedByExtended { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managedByExtended")>]
member this.ManagedByExtended : System.Collections.Generic.IList<string>
Public ReadOnly Property ManagedByExtended As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象