ContainerServiceFleetTolerationOperator Struct
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.
A toleration operator is the set of operators that can be used in a toleration.
public readonly struct ContainerServiceFleetTolerationOperator : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetTolerationOperator>
type ContainerServiceFleetTolerationOperator = struct
Public Structure ContainerServiceFleetTolerationOperator
Implements IEquatable(Of ContainerServiceFleetTolerationOperator)
- Inheritance
-
ContainerServiceFleetTolerationOperator
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetTolerationOperator(String) |
Initializes a new instance of ContainerServiceFleetTolerationOperator. |
Properties
| Name | Description |
|---|---|
| Equal |
Toleration Operator Equal. |
| Exists |
Toleration Operator Exists. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceFleetTolerationOperator) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContainerServiceFleetTolerationOperator, ContainerServiceFleetTolerationOperator) |
Determines if two ContainerServiceFleetTolerationOperator values are the same. |
| Implicit(String to ContainerServiceFleetTolerationOperator) |
Converts a string to a ContainerServiceFleetTolerationOperator. |
| Implicit(String to Nullable<ContainerServiceFleetTolerationOperator>) | |
| Inequality(ContainerServiceFleetTolerationOperator, ContainerServiceFleetTolerationOperator) |
Determines if two ContainerServiceFleetTolerationOperator values are not the same. |