Uses of Class
com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
Packages that use ConfigurationSnapshotStatus
Package
Description
Package containing the data models for AzureAppConfiguration.
-
Uses of ConfigurationSnapshotStatus in com.azure.data.appconfiguration.models
Fields in com.azure.data.appconfiguration.models declared as ConfigurationSnapshotStatusModifier and TypeFieldDescriptionstatic final ConfigurationSnapshotStatusConfigurationSnapshotStatus.ARCHIVEDStatic value archived for ConfigurationSnapshotStatus.static final ConfigurationSnapshotStatusConfigurationSnapshotStatus.FAILEDStatic value failed for ConfigurationSnapshotStatus.static final ConfigurationSnapshotStatusConfigurationSnapshotStatus.PROVISIONINGStatic value provisioning for ConfigurationSnapshotStatus.static final ConfigurationSnapshotStatusConfigurationSnapshotStatus.READYStatic value ready for ConfigurationSnapshotStatus.Methods in com.azure.data.appconfiguration.models that return ConfigurationSnapshotStatusModifier and TypeMethodDescriptionstatic ConfigurationSnapshotStatusConfigurationSnapshotStatus.fromString(String name) Creates or finds a ConfigurationSnapshotStatus from its string representation.ConfigurationSnapshot.getStatus()Get the status property: The current status of the snapshot.Methods in com.azure.data.appconfiguration.models that return types with arguments of type ConfigurationSnapshotStatusModifier and TypeMethodDescriptionSnapshotSelector.getStatus()Gets the snapshot statusConfigurationSnapshotStatus.values()Gets known ConfigurationSnapshotStatus values.Methods in com.azure.data.appconfiguration.models with parameters of type ConfigurationSnapshotStatusModifier and TypeMethodDescriptionSnapshotSelector.setStatus(ConfigurationSnapshotStatus... status) Sets the snapshot status.Method parameters in com.azure.data.appconfiguration.models with type arguments of type ConfigurationSnapshotStatusModifier and TypeMethodDescriptionSnapshotSelector.setStatus(List<ConfigurationSnapshotStatus> status) Sets the snapshot status.