Uses of Class
com.azure.data.appconfiguration.models.SnapshotComposition
Packages that use SnapshotComposition
Package
Description
Package containing the data models for AzureAppConfiguration.
-
Uses of SnapshotComposition in com.azure.data.appconfiguration.models
Fields in com.azure.data.appconfiguration.models declared as SnapshotCompositionModifier and TypeFieldDescriptionstatic final SnapshotCompositionSnapshotComposition.KEYStatic value key for SnapshotComposition.static final SnapshotCompositionSnapshotComposition.KEY_LABELStatic value key_label for SnapshotComposition.Methods in com.azure.data.appconfiguration.models that return SnapshotCompositionModifier and TypeMethodDescriptionstatic SnapshotCompositionSnapshotComposition.fromString(String name) Creates or finds a SnapshotComposition from its string representation.ConfigurationSnapshot.getSnapshotComposition()Get the snapshotComposition property: The composition type describes how the key-values within the snapshot are composed.Methods in com.azure.data.appconfiguration.models that return types with arguments of type SnapshotCompositionModifier and TypeMethodDescriptionstatic Collection<SnapshotComposition>SnapshotComposition.values()Gets known SnapshotComposition values.Methods in com.azure.data.appconfiguration.models with parameters of type SnapshotCompositionModifier and TypeMethodDescriptionConfigurationSnapshot.setSnapshotComposition(SnapshotComposition snapshotComposition) Set the snapshotComposition property: The composition type describes how the key-values within the snapshot are composed.