Share via


ManagedClusterAgentPoolProfileProperties.KubeletConfig Property

Definition

Gets or sets kubeletConfig specifies the configuration of kubelet on agent nodes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to