FeatureFlagClient.GetFeatureFlags 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.
Retrieves one or more FeatureFlag entities that match the options specified in the passed-in FeatureFlagSelector.
public virtual Azure.Pageable<Azure.Data.AppConfiguration.FeatureFlag> GetFeatureFlags(Azure.Data.AppConfiguration.FeatureFlagSelector selector, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeatureFlags : Azure.Data.AppConfiguration.FeatureFlagSelector * System.Threading.CancellationToken -> Azure.Pageable<Azure.Data.AppConfiguration.FeatureFlag>
override this.GetFeatureFlags : Azure.Data.AppConfiguration.FeatureFlagSelector * System.Threading.CancellationToken -> Azure.Pageable<Azure.Data.AppConfiguration.FeatureFlag>
Public Overridable Function GetFeatureFlags (selector As FeatureFlagSelector, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FeatureFlag)
Parameters
- selector
- FeatureFlagSelector
Set of options for selecting FeatureFlag from the configuration store.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.