Uses of Class
com.azure.data.appconfiguration.models.SnapshotSelector
Packages that use SnapshotSelector
Package
Description
Azure App Configuration Service
is a managed service provided by Microsoft Azure that allows developers to centralize configuration settings for
their applications.
Package containing the data models for AzureAppConfiguration.
-
Uses of SnapshotSelector in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration with parameters of type SnapshotSelectorModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<ConfigurationSnapshot>ConfigurationAsyncClient.listSnapshots(SnapshotSelector selector) List snapshots by givenSnapshotSelector.com.azure.core.http.rest.PagedIterable<ConfigurationSnapshot>ConfigurationClient.listSnapshots(SnapshotSelector selector) List snapshots by givenSnapshotSelector.com.azure.core.http.rest.PagedIterable<ConfigurationSnapshot>ConfigurationClient.listSnapshots(SnapshotSelector selector, com.azure.core.util.Context context) List snapshots by givenSnapshotSelector. -
Uses of SnapshotSelector in com.azure.data.appconfiguration.models
Methods in com.azure.data.appconfiguration.models that return SnapshotSelectorModifier and TypeMethodDescriptionSnapshotSelector.setFields(SnapshotFields... fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.SnapshotSelector.setFields(List<SnapshotFields> fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.SnapshotSelector.setNameFilter(String nameFilter) Sets the snapshot name filter.SnapshotSelector.setStatus(ConfigurationSnapshotStatus... status) Sets the snapshot status.SnapshotSelector.setStatus(List<ConfigurationSnapshotStatus> status) Sets the snapshot status.