FeatureFlagFilter Constructors
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.
Overloads
FeatureFlagFilter(String) |
Initializes a new instance of the FeatureFlagFilter. |
FeatureFlagFilter(String, IDictionary<String,Object>) |
Initializes a new instance of the FeatureFlagFilter. |
FeatureFlagFilter(String)
- Source:
- FeatureFlagFilter.cs
- Source:
- FeatureFlagFilter.cs
Initializes a new instance of the FeatureFlagFilter.
public FeatureFlagFilter (string name);
new Azure.Data.AppConfiguration.FeatureFlagFilter : string -> Azure.Data.AppConfiguration.FeatureFlagFilter
Public Sub New (name As String)
Parameters
- name
- String
The name of the feature filter. For example: PercentageFilter, TimeWindowFilter, TargetingFilter.
Applies to
FeatureFlagFilter(String, IDictionary<String,Object>)
- Source:
- FeatureFlagFilter.cs
- Source:
- FeatureFlagFilter.cs
Initializes a new instance of the FeatureFlagFilter.
public FeatureFlagFilter (string name, System.Collections.Generic.IDictionary<string,object> parameters);
new Azure.Data.AppConfiguration.FeatureFlagFilter : string * System.Collections.Generic.IDictionary<string, obj> -> Azure.Data.AppConfiguration.FeatureFlagFilter
Public Sub New (name As String, parameters As IDictionary(Of String, Object))
Parameters
- name
- String
The name of the feature filter. For example: PercentageFilter, TimeWindowFilter, TargetingFilter.
- parameters
- IDictionary<String,Object>
Parameters of the feature filter.
Applies to
Azure SDK for .NET