ConfigurationModelFactory.UserAllocation Method
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 UserAllocation object.
public static Azure.Data.AppConfiguration.UserAllocation UserAllocation(string variant = default, System.Collections.Generic.IEnumerable<string> users = default);
static member UserAllocation : string * seq<string> -> Azure.Data.AppConfiguration.UserAllocation
Public Shared Function UserAllocation (Optional variant As String = Nothing, Optional users As IEnumerable(Of String) = Nothing) As UserAllocation
Parameters
- variant
- String
The variant to allocate these percentiles to.
- users
- IEnumerable<String>
The users to get this variant.
Returns
A new UserAllocation instance for mocking.