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