FeatureFlagClient.GetLabelsAsync 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.
Gets a list of feature flag labels that match the options specified in the passed-in FeatureFlagLabelSelector.
public virtual Azure.AsyncPageable<Azure.Data.AppConfiguration.SettingLabel> GetLabelsAsync(Azure.Data.AppConfiguration.FeatureFlagLabelSelector selector, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLabelsAsync : Azure.Data.AppConfiguration.FeatureFlagLabelSelector * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Data.AppConfiguration.SettingLabel>
override this.GetLabelsAsync : Azure.Data.AppConfiguration.FeatureFlagLabelSelector * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Data.AppConfiguration.SettingLabel>
Public Overridable Function GetLabelsAsync (selector As FeatureFlagLabelSelector, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SettingLabel)
Parameters
- selector
- FeatureFlagLabelSelector
Set of options for selecting the SettingLabel entities to retrieve.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
An enumerable collection containing the retrieved feature flag SettingLabel entities.