ManagedClusterAgentPoolProfileProperties.Type Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to