PercentileAllocation(String, Double, Double) Constructor
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.
Initializes a new instance of PercentileAllocation.
public PercentileAllocation(string variant, double from, double to);
new Azure.Data.AppConfiguration.PercentileAllocation : string * double * double -> Azure.Data.AppConfiguration.PercentileAllocation
Public Sub New (variant As String, from As Double, to As Double)
Parameters
- variant
- String
The variant to allocate these percentiles to.
- from
- Double
The lower bounds for this percentile allocation.
- to
- Double
The upper bounds for this percentile allocation.
Exceptions
variant is null.