Uses of Class
com.azure.data.appconfiguration.models.SnapshotFields
Packages that use SnapshotFields
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 SnapshotFields in com.azure.data.appconfiguration
Method parameters in com.azure.data.appconfiguration with type arguments of type SnapshotFieldsModifier and TypeMethodDescriptionMono<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. -
Uses of SnapshotFields in com.azure.data.appconfiguration.models
Fields in com.azure.data.appconfiguration.models declared as SnapshotFieldsModifier and TypeFieldDescriptionstatic final SnapshotFieldsSnapshotFields.CREATED_ATPopulates the snapshot 'created' from the service.static final SnapshotFieldsSnapshotFields.ETAGPopulates the snapshot `etag` from the service.static final SnapshotFieldsSnapshotFields.EXPIRES_ATPopulates the snapshot 'expires' from the service.static final SnapshotFieldsSnapshotFields.FILTERSPopulates the snapshot 'filters' from the service.static final SnapshotFieldsSnapshotFields.ITEM_COUNTPopulates the snapshot 'items_count' from the service.static final SnapshotFieldsSnapshotFields.NAMEPopulates the snapshot 'name' from the service.static final SnapshotFieldsSnapshotFields.RETENTION_PERIODPopulates the snapshot 'retention_period' from the service.static final SnapshotFieldsSnapshotFields.SIZE_IN_BYTESPopulates the snapshot 'size' from the service.static final SnapshotFieldsSnapshotFields.SNAPSHOT_COMPOSITIONPopulates the snapshot 'composition_type' from the service.static final SnapshotFieldsSnapshotFields.STATUSPopulates the snapshot 'status' from the service.static final SnapshotFieldsSnapshotFields.TAGSPopulates the snapshot `tags` from the service.Methods in com.azure.data.appconfiguration.models that return SnapshotFieldsModifier and TypeMethodDescriptionstatic SnapshotFieldsSnapshotFields.fromString(String name) Creates or finds a SnapshotFields from its string representation.Methods in com.azure.data.appconfiguration.models that return types with arguments of type SnapshotFieldsModifier and TypeMethodDescriptionSnapshotSelector.getFields()Gets the fields onConfigurationSnapshotto return from the GET request.static Collection<SnapshotFields>SnapshotFields.values()Gets known SnapshotFields values.Methods in com.azure.data.appconfiguration.models with parameters of type SnapshotFieldsModifier and TypeMethodDescriptionSnapshotSelector.setFields(SnapshotFields... fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.Method parameters in com.azure.data.appconfiguration.models with type arguments of type SnapshotFieldsModifier and TypeMethodDescriptionSnapshotSelector.setFields(List<SnapshotFields> fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.