PercentileAllocation 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.
Feature Flag PercentileAllocation object.
public class PercentileAllocation : System.ClientModel.Primitives.IJsonModel<Azure.Data.AppConfiguration.PercentileAllocation>, System.ClientModel.Primitives.IPersistableModel<Azure.Data.AppConfiguration.PercentileAllocation>
type PercentileAllocation = class
interface IJsonModel<PercentileAllocation>
interface IPersistableModel<PercentileAllocation>
Public Class PercentileAllocation
Implements IJsonModel(Of PercentileAllocation), IPersistableModel(Of PercentileAllocation)
- Inheritance
-
PercentileAllocation
- Implements
Constructors
| Name | Description |
|---|---|
| PercentileAllocation(String, Double, Double) |
Initializes a new instance of PercentileAllocation. |
Properties
| Name | Description |
|---|---|
| From |
The lower bounds for this percentile allocation. |
| To |
The upper bounds for this percentile allocation. |
| Variant |
The variant to allocate these percentiles to. |