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.
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET