FeatureFlagLabelFields Struct

Definition

Feature flag label fields to retrieve when getting feature flag labels.

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

Constructors

Name Description
FeatureFlagLabelFields(String)

Initializes a new instance of FeatureFlagLabelFields.

Properties

Name Description
Name

Name field.

Methods

Name Description
Equals(FeatureFlagLabelFields)

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

Determines if two FeatureFlagLabelFields values are the same.

Implicit(String to FeatureFlagLabelFields)

Converts a string to a FeatureFlagLabelFields.

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

Determines if two FeatureFlagLabelFields values are not the same.

Applies to