AgentPool.VirtualMachineNodesStatus Property

Definition

Gets or sets the status of nodes in a VirtualMachines agent pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineNodesStatus")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes> VirtualMachineNodesStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualMachineNodesStatus")>]
member this.VirtualMachineNodesStatus : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes> with get, set
Public Property VirtualMachineNodesStatus As IList(Of VirtualMachineNodes)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to