Share via


CapacityReservationGroup.VirtualMachinesAssociated Property

Definition

Gets a list of references to all virtual machines associated to the capacity reservation group.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to