次の方法で共有


CapacityReservationGroupInstanceView.CapacityReservations プロパティ

定義

容量予約グループの容量予約のインスタンス ビューの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象