ContainerServiceFleetToleration.Effect Property

Definition

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, only allowed value is NoSchedule.

public Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTaintEffect? Effect { get; set; }
member this.Effect : Nullable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTaintEffect> with get, set
Public Property Effect As Nullable(Of ContainerServiceFleetTaintEffect)

Property Value

Applies to