Uses of Class
com.azure.data.appconfiguration.models.ConfigurationSnapshot
Packages that use ConfigurationSnapshot
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 ConfigurationSnapshot in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration that return ConfigurationSnapshotModifier and TypeMethodDescriptionConfigurationClient.archiveSnapshot(String snapshotName) Update a snapshot status fromConfigurationSnapshotStatus.READYtoConfigurationSnapshotStatus.ARCHIVED.ConfigurationClient.getSnapshot(String snapshotName) Get aConfigurationSnapshotby given the snapshot name.ConfigurationClient.recoverSnapshot(String snapshotName) Update a snapshot status fromConfigurationSnapshotStatus.ARCHIVEDtoConfigurationSnapshotStatus.READY.Methods in com.azure.data.appconfiguration that return types with arguments of type ConfigurationSnapshotModifier and TypeMethodDescriptionConfigurationAsyncClient.archiveSnapshot(String snapshotName) Update a snapshot status fromConfigurationSnapshotStatus.READYtoConfigurationSnapshotStatus.ARCHIVED.Mono<com.azure.core.http.rest.Response<ConfigurationSnapshot>>ConfigurationAsyncClient.archiveSnapshotWithResponse(String snapshotName, com.azure.core.http.MatchConditions matchConditions) Update a snapshot status fromConfigurationSnapshotStatus.READYtoConfigurationSnapshotStatus.ARCHIVED.com.azure.core.http.rest.Response<ConfigurationSnapshot>ConfigurationClient.archiveSnapshotWithResponse(String snapshotName, com.azure.core.http.MatchConditions matchConditions, com.azure.core.util.Context context) Update a snapshot status fromConfigurationSnapshotStatus.READYtoConfigurationSnapshotStatus.ARCHIVED.com.azure.core.util.polling.PollerFlux<com.azure.core.util.polling.PollOperationDetails,ConfigurationSnapshot> ConfigurationAsyncClient.beginCreateSnapshot(String snapshotName, ConfigurationSnapshot snapshot) Create aConfigurationSnapshotby providing a snapshot name and aConfigurationSnapshot.com.azure.core.util.polling.SyncPoller<com.azure.core.util.polling.PollOperationDetails,ConfigurationSnapshot> ConfigurationClient.beginCreateSnapshot(String snapshotName, ConfigurationSnapshot snapshot, com.azure.core.util.Context context) Create aConfigurationSnapshotby providing a snapshot name and aConfigurationSnapshot.ConfigurationAsyncClient.getSnapshot(String snapshotName) Get aConfigurationSnapshotby given the snapshot name.Mono<com.azure.core.http.rest.Response<ConfigurationSnapshot>>ConfigurationAsyncClient.getSnapshotWithResponse(String snapshotName, List<SnapshotFields> fields) Get aConfigurationSnapshotby given the snapshot name.com.azure.core.http.rest.Response<ConfigurationSnapshot>ConfigurationClient.getSnapshotWithResponse(String snapshotName, List<SnapshotFields> fields, com.azure.core.util.Context context) Get aConfigurationSnapshotby given the snapshot name.com.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.ConfigurationAsyncClient.recoverSnapshot(String snapshotName) Update a snapshot status fromConfigurationSnapshotStatus.ARCHIVEDtoConfigurationSnapshotStatus.READY.Mono<com.azure.core.http.rest.Response<ConfigurationSnapshot>>ConfigurationAsyncClient.recoverSnapshotWithResponse(String snapshotName, com.azure.core.http.MatchConditions matchConditions) Update a snapshot status fromConfigurationSnapshotStatus.ARCHIVEDtoConfigurationSnapshotStatus.READY.com.azure.core.http.rest.Response<ConfigurationSnapshot>ConfigurationClient.recoverSnapshotWithResponse(String snapshotName, com.azure.core.http.MatchConditions matchConditions, com.azure.core.util.Context context) Update a snapshot status fromConfigurationSnapshotStatus.ARCHIVEDtoConfigurationSnapshotStatus.READY.Methods in com.azure.data.appconfiguration with parameters of type ConfigurationSnapshotModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<com.azure.core.util.polling.PollOperationDetails,ConfigurationSnapshot> ConfigurationAsyncClient.beginCreateSnapshot(String snapshotName, ConfigurationSnapshot snapshot) Create aConfigurationSnapshotby providing a snapshot name and aConfigurationSnapshot.com.azure.core.util.polling.SyncPoller<com.azure.core.util.polling.PollOperationDetails,ConfigurationSnapshot> ConfigurationClient.beginCreateSnapshot(String snapshotName, ConfigurationSnapshot snapshot, com.azure.core.util.Context context) Create aConfigurationSnapshotby providing a snapshot name and aConfigurationSnapshot. -
Uses of ConfigurationSnapshot in com.azure.data.appconfiguration.models
Methods in com.azure.data.appconfiguration.models that return ConfigurationSnapshotModifier and TypeMethodDescriptionstatic ConfigurationSnapshotConfigurationSnapshot.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfigurationSnapshot from the JsonReader.ConfigurationSnapshot.setRetentionPeriod(Duration retentionPeriod) Set the retentionPeriod property: The amount of time, in seconds, that a snapshot will remain in the archived state before expiring.ConfigurationSnapshot.setSnapshotComposition(SnapshotComposition snapshotComposition) Set the snapshotComposition property: The composition type describes how the key-values within the snapshot are composed.Set the tags property: The tags of the snapshot.