AgentPool.NodeTaint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Origin(Microsoft.Azure.PowerShell.Cmdlets.AksArc.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> NodeTaint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Origin(Microsoft.Azure.PowerShell.Cmdlets.AksArc.PropertyOrigin.Inlined)>]
member this.NodeTaint : System.Collections.Generic.List<string> with get, set
Public Property NodeTaint As List(Of String)
Property Value
Implements
- Attributes