ManagedClusterLabelSelectorOperator Struct

Definition

operator represents a key's relationship to a set of values. Valid operators are In and NotIn.

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

Constructors

Name Description
ManagedClusterLabelSelectorOperator(String)

Initializes a new instance of ManagedClusterLabelSelectorOperator.

Properties

Name Description
DoesNotExist

The value of the key should not exist.

Exists

The value of the key should exist.

In

The value of the key should be in the given list.

NotIn

The value of the key should not be in the given list.

Methods

Name Description
Equals(ManagedClusterLabelSelectorOperator)

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

Determines if two ManagedClusterLabelSelectorOperator values are the same.

Implicit(String to ManagedClusterLabelSelectorOperator)

Converts a string to a ManagedClusterLabelSelectorOperator.

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

Determines if two ManagedClusterLabelSelectorOperator values are not the same.

Applies to