AgentPool.Status Property

Definition

Gets or sets contains read-only information about the Agent Pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Microsoft.Azure.Management.ContainerService.Models.AgentPoolStatus with get, set
Public Property Status As AgentPoolStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to