UserAllocation(String, IEnumerable<String>) 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 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.