PercentileAllocation(String, Double, Double) Constructor

Definition

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.

Applies to