FeatureFlagConditions Class
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.
The conditions that must be met for the feature flag to be enabled.
public class FeatureFlagConditions : System.ClientModel.Primitives.IJsonModel<Azure.Data.AppConfiguration.FeatureFlagConditions>, System.ClientModel.Primitives.IPersistableModel<Azure.Data.AppConfiguration.FeatureFlagConditions>
type FeatureFlagConditions = class
interface IJsonModel<FeatureFlagConditions>
interface IPersistableModel<FeatureFlagConditions>
Public Class FeatureFlagConditions
Implements IJsonModel(Of FeatureFlagConditions), IPersistableModel(Of FeatureFlagConditions)
- Inheritance
-
FeatureFlagConditions
- Implements
Constructors
| Name | Description |
|---|---|
| FeatureFlagConditions() |
Initializes a new instance of FeatureFlagConditions. |
Properties
| Name | Description |
|---|---|
| Filters |
The filters that will conditionally enable or disable the flag. |
| RequirementType |
The requirement type for the conditions. |