次の方法で共有


DedicatedHostUpdate.VirtualMachines プロパティ

定義

専用ホスト内のすべての仮想マシンへの参照の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象