Condividi tramite


DedicatedHostGroupInstanceView.Hosts Property

Definition

Gets or sets list of instance view of the dedicated hosts under the dedicated host group.

[Newtonsoft.Json.JsonProperty(PropertyName="hosts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceViewWithName> Hosts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hosts")>]
member this.Hosts : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceViewWithName> with get, set
Public Property Hosts As IList(Of DedicatedHostInstanceViewWithName)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to