Partilhar via


AgentPoolAvailableVersionsProperties.AgentPoolVersions Property

Definition

Gets or sets list of versions available for agent pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to