UserAllocation(String, IEnumerable<String>) Constructor

Definition

Initializes a new instance of UserAllocation.

public UserAllocation(string variant, System.Collections.Generic.IEnumerable<string> users);
new Azure.Data.AppConfiguration.UserAllocation : string * seq<string> -> Azure.Data.AppConfiguration.UserAllocation
Public Sub New (variant As String, users As IEnumerable(Of String))

Parameters

variant
String

The variant to allocate these percentiles to.

users
IEnumerable<String>

The users to get this variant.

Exceptions

variant or users is null.

Applies to