FeatureFlagClient.GetFeatureFlagRevisions 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 the revisions of one or more FeatureFlag entities that match the options specified in the passed-in FeatureFlagSelector.
public virtual Azure.Pageable<Azure.Data.AppConfiguration.FeatureFlag> GetFeatureFlagRevisions(Azure.Data.AppConfiguration.FeatureFlagSelector selector, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeatureFlagRevisions : Azure.Data.AppConfiguration.FeatureFlagSelector * System.Threading.CancellationToken -> Azure.Pageable<Azure.Data.AppConfiguration.FeatureFlag>
override this.GetFeatureFlagRevisions : Azure.Data.AppConfiguration.FeatureFlagSelector * System.Threading.CancellationToken -> Azure.Pageable<Azure.Data.AppConfiguration.FeatureFlag>
Public Overridable Function GetFeatureFlagRevisions (selector As FeatureFlagSelector, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FeatureFlag)
Parameters
- selector
- FeatureFlagSelector
Options used to select a set of FeatureFlag revisions from the configuration store.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
An enumerable collection containing the retrieved FeatureFlag revisions.