Share via


IAgentPool.NodeTaint Property

Definition

Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeTaints", Update=true)]
public System.Collections.Generic.List<string> NodeTaint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeTaints", Update=true)>]
member this.NodeTaint : System.Collections.Generic.List<string> with get, set
Public Property NodeTaint As List(Of String)

Property Value

Attributes

Applies to