次の方法で共有


CapacityReservation.VirtualMachinesAssociated プロパティ

定義

容量予約に関連付けられているすべての仮想マシン リソース ID の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象