TimeWindowFilter.BindParameters(IConfiguration) 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.
Binds configuration representing filter parameters to TimeWindowFilterSettings.
public object BindParameters (Microsoft.Extensions.Configuration.IConfiguration filterParameters);
abstract member BindParameters : Microsoft.Extensions.Configuration.IConfiguration -> obj
override this.BindParameters : Microsoft.Extensions.Configuration.IConfiguration -> obj
Public Function BindParameters (filterParameters As IConfiguration) As Object
Parameters
- filterParameters
- IConfiguration
The configuration representing filter parameters that should be bound to TimeWindowFilterSettings.
Returns
TimeWindowFilterSettings that can later be used in feature evaluation.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET