FeatureFlagConfigurationSetting 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
FeatureFlagConfigurationSetting(String, Boolean, String) |
Initializes an instance of the FeatureFlagConfigurationSetting using a provided feature id and the enabled value. |
FeatureFlagConfigurationSetting(String, Boolean, String, ETag) |
Initializes an instance of the FeatureFlagConfigurationSetting using a provided feature id and the enabled value. |
FeatureFlagConfigurationSetting(String, Boolean, String)
Initializes an instance of the FeatureFlagConfigurationSetting using a provided feature id and the enabled value.
public FeatureFlagConfigurationSetting (string featureId, bool isEnabled, string label = default);
new Azure.Data.AppConfiguration.FeatureFlagConfigurationSetting : string * bool * string -> Azure.Data.AppConfiguration.FeatureFlagConfigurationSetting
Public Sub New (featureId As String, isEnabled As Boolean, Optional label As String = Nothing)
Parameters
- featureId
- String
The identified of the feature flag.
- isEnabled
- Boolean
The value indicating whether the feature flag is enabled.
- label
- String
A label used to group this configuration setting with others.
Applies to
FeatureFlagConfigurationSetting(String, Boolean, String, ETag)
Initializes an instance of the FeatureFlagConfigurationSetting using a provided feature id and the enabled value.
public FeatureFlagConfigurationSetting (string featureId, bool isEnabled, string label, Azure.ETag etag);
new Azure.Data.AppConfiguration.FeatureFlagConfigurationSetting : string * bool * string * Azure.ETag -> Azure.Data.AppConfiguration.FeatureFlagConfigurationSetting
Public Sub New (featureId As String, isEnabled As Boolean, label As String, etag As ETag)
Parameters
- featureId
- String
The identified of the feature flag.
- isEnabled
- Boolean
The value indicating whether the feature flag is enabled.
- label
- String
A label used to group this configuration setting with others.
- etag
- ETag
The ETag value for the configuration setting.
Applies to
Azure SDK for .NET