ConfigurationClient.GetSnapshots(SnapshotSelector, CancellationToken) 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 configuration snapshots.
public virtual Azure.Pageable<Azure.Data.AppConfiguration.ConfigurationSnapshot> GetSnapshots (Azure.Data.AppConfiguration.SnapshotSelector selector, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSnapshots : Azure.Data.AppConfiguration.SnapshotSelector * System.Threading.CancellationToken -> Azure.Pageable<Azure.Data.AppConfiguration.ConfigurationSnapshot>
override this.GetSnapshots : Azure.Data.AppConfiguration.SnapshotSelector * System.Threading.CancellationToken -> Azure.Pageable<Azure.Data.AppConfiguration.ConfigurationSnapshot>
Public Overridable Function GetSnapshots (selector As SnapshotSelector, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConfigurationSnapshot)
Parameters
- selector
- SnapshotSelector
Set of options for selecting ConfigurationSnapshot.
- cancellationToken
- CancellationToken
The cancellation token to use.