Share via


AgentPoolInner.AgentPoolType Property

Definition

Gets or sets agentPoolType represents types of an agent pool. Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to