GroupAllocation(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 GroupAllocation.
public GroupAllocation(string variant, System.Collections.Generic.IEnumerable<string> groups);
new Azure.Data.AppConfiguration.GroupAllocation : string * seq<string> -> Azure.Data.AppConfiguration.GroupAllocation
Public Sub New (variant As String, groups As IEnumerable(Of String))
Parameters
- variant
- String
The variant to allocate these percentiles to.
- groups
- IEnumerable<String>
The groups to get this variant.
Exceptions
variant or groups is null.