FeatureFlagAllocation 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.
Defines how to allocate variants based on context.
public class FeatureFlagAllocation : System.ClientModel.Primitives.IJsonModel<Azure.Data.AppConfiguration.FeatureFlagAllocation>, System.ClientModel.Primitives.IPersistableModel<Azure.Data.AppConfiguration.FeatureFlagAllocation>
type FeatureFlagAllocation = class
interface IJsonModel<FeatureFlagAllocation>
interface IPersistableModel<FeatureFlagAllocation>
Public Class FeatureFlagAllocation
Implements IJsonModel(Of FeatureFlagAllocation), IPersistableModel(Of FeatureFlagAllocation)
- Inheritance
-
FeatureFlagAllocation
- Implements
Constructors
| Name | Description |
|---|---|
| FeatureFlagAllocation() |
Initializes a new instance of FeatureFlagAllocation. |
Properties
| Name | Description |
|---|---|
| DefaultWhenDisabled |
The default variant to use when disabled. |
| DefaultWhenEnabled |
The default variant to use when enabled but not allocated. |
| Group |
Allocates groups to variants. |
| Percentile |
Allocates percentiles to variants. |
| Seed |
The seed used for random allocation. |
| User |
Allocates users to variants. |