Freigeben über


ManagedClusterAgentPoolProfile.NodeTaint Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inherited)]
public string[] NodeTaint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inherited)>]
member this.NodeTaint : string[] with get, set
Public Property NodeTaint As String()

Property Value

String[]

Implements

Attributes

Applies to