ContainerServiceFleetToleration.Effect 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.
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)