FeatureFlagLabelFields 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.
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. |