다음을 통해 공유


CapacityReservationGroup.CapacityReservations Property

Definition

Gets a list of all capacity reservation resource ids that belong to capacity reservation group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to