AsyncPageable<T>
AsyncPageable()
AsyncPageable(CancellationToken)
CancellationToken
AsPages(String, Int32?)
Equals(Object)
FromPages(IEnumerable<Page<T>>)
GetAsyncEnumerator(CancellationToken)
GetHashCode()
ToString()
AsPages(AsyncPageable<ConfigurationSetting>, IEnumerable<MatchConditions>, String, Int32?)
net10.0
namespace Azure.Data.AppConfiguration
{
public static class ConfigurationClientExtensions
{
public static IAsyncEnumerable<Page<ConfigurationSetting>> AsPages(this AsyncPageable<ConfigurationSetting> pageable, IEnumerable<MatchConditions> conditions, string continuationToken = null, int? pageSizeHint = default);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.0 |
Information specific to net10.0 | |
| Assembly | Azure.Data.AppConfiguration , Version=1.7.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Data.AppConfiguration (1.7.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API