Partilhar via


ContainerServiceFleetPropertySelectorOperator Struct

Definition

PropertySelectorOperator is the operator that can be used with PropertySelectorRequirements.

public readonly struct ContainerServiceFleetPropertySelectorOperator : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPropertySelectorOperator>
type ContainerServiceFleetPropertySelectorOperator = struct
Public Structure ContainerServiceFleetPropertySelectorOperator
Implements IEquatable(Of ContainerServiceFleetPropertySelectorOperator)
Inheritance
ContainerServiceFleetPropertySelectorOperator
Implements

Constructors

Name Description
ContainerServiceFleetPropertySelectorOperator(String)

Initializes a new instance of ContainerServiceFleetPropertySelectorOperator.

Properties

Name Description
Eq

Eq dictates Fleet to select cluster if its observed value of a given property is equal to the values specified in the requirement.

Ge

Ge dictates Fleet to select cluster if its observed value of a given property is greater than or equal to the value specified in the requirement.

Gt

Gt dictates Fleet to select cluster if its observed value of a given property is greater than the value specified in the requirement.

Le

Le dictates Fleet to select cluster if its observed value of a given property is less than or equal to the value specified in the requirement.

Lt

Lt dictates Fleet to select cluster if its observed value of a given property is less than the value specified in the requirement.

Ne

Ne dictates Fleet to select cluster if its observed value of a given property is not equal to the values specified in the requirement.

Methods

Name Description
Equals(ContainerServiceFleetPropertySelectorOperator)

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(ContainerServiceFleetPropertySelectorOperator, ContainerServiceFleetPropertySelectorOperator)

Determines if two ContainerServiceFleetPropertySelectorOperator values are the same.

Implicit(String to ContainerServiceFleetPropertySelectorOperator)

Converts a string to a ContainerServiceFleetPropertySelectorOperator.

Implicit(String to Nullable<ContainerServiceFleetPropertySelectorOperator>)
Inequality(ContainerServiceFleetPropertySelectorOperator, ContainerServiceFleetPropertySelectorOperator)

Determines if two ContainerServiceFleetPropertySelectorOperator values are not the same.

Applies to