RequirementType Struct

Definition

Controls how multiple feature-flag filters are combined.

public readonly struct RequirementType : IEquatable<Azure.Data.AppConfiguration.RequirementType>
type RequirementType = struct
Public Structure RequirementType
Implements IEquatable(Of RequirementType)
Inheritance
RequirementType
Implements

Constructors

Name Description
RequirementType(String)

Initializes a new instance of RequirementType.

Properties

Name Description
All

Enables the feature flag only when all filters match.

Any

Enables the feature flag when any filter matches.

Methods

Name Description
Equals(RequirementType)

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

Determines if two RequirementType values are the same.

Implicit(String to Nullable<RequirementType>)
Implicit(String to RequirementType)

Converts a string to a RequirementType.

Inequality(RequirementType, RequirementType)

Determines if two RequirementType values are not the same.

Applies to