ContainerServiceFleetToleration.Operator 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.
Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a ClusterResourcePlacement can tolerate all taints of a particular category.
public Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTolerationOperator? Operator { get; set; }
member this.Operator : Nullable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTolerationOperator> with get, set
Public Property Operator As Nullable(Of ContainerServiceFleetTolerationOperator)