Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addClientFilter(FeatureFlagFilter) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Add a feature flag filter to this configuration setting.
- addConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Adds a configuration value in the service if that key and label does not exist.
- addConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Adds a configuration value in the service if that key and label does not exist.
- addConfigurationSetting(String, String, String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Adds a configuration value in the service if that key does not exist.
- addConfigurationSetting(String, String, String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Adds a configuration value in the service if that key does not exist.
- addConfigurationSettingWithResponse(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Adds a configuration value in the service if that key and label does not exist.
- addConfigurationSettingWithResponse(ConfigurationSetting, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Adds a configuration value in the service if that key and label does not exist.
- addParameter(String, Object) - Method in class com.azure.data.appconfiguration.models.FeatureFlagFilter
-
Add a parameter to the list of parameters.
- addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - ARCHIVED - Static variable in class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Static value archived for ConfigurationSnapshotStatus.
- archiveSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.READY
toConfigurationSnapshotStatus.ARCHIVED
. - archiveSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.READY
toConfigurationSnapshotStatus.ARCHIVED
. - archiveSnapshotWithResponse(String, MatchConditions) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.READY
toConfigurationSnapshotStatus.ARCHIVED
. - archiveSnapshotWithResponse(String, MatchConditions, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.READY
toConfigurationSnapshotStatus.ARCHIVED
.
B
- beginCreateSnapshot(String, ConfigurationSnapshot) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Create a
ConfigurationSnapshot
by providing a snapshot name and aConfigurationSnapshot
. - beginCreateSnapshot(String, ConfigurationSnapshot, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Create a
ConfigurationSnapshot
by providing a snapshot name and aConfigurationSnapshot
. - buildAsyncClient() - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Creates a
ConfigurationAsyncClient
based on options set in the Builder. - buildClient() - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Creates a
ConfigurationClient
based on options set in the Builder.
C
- clientOptions(ClientOptions) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- com.azure.data.appconfiguration - package com.azure.data.appconfiguration
-
Azure App Configuration Service is a managed service provided by Microsoft Azure that allows developers to centralize configuration settings for their applications.
- com.azure.data.appconfiguration.models - package com.azure.data.appconfiguration.models
-
Package containing the data models for AzureAppConfiguration.
- configuration(Configuration) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- ConfigurationAsyncClient - Class in com.azure.data.appconfiguration
-
This class provides a client that contains all the operations for
ConfigurationSettings
,FeatureFlagConfigurationSetting
orSecretReferenceConfigurationSetting
in Azure App Configuration Store. - ConfigurationClient - Class in com.azure.data.appconfiguration
-
This class provides a client that contains all the operations for
ConfigurationSettings
,FeatureFlagConfigurationSetting
orSecretReferenceConfigurationSetting
in Azure App Configuration Store. - ConfigurationClientBuilder - Class in com.azure.data.appconfiguration
-
This class provides a fluent builder API to help aid the configuration and instantiation of
ConfigurationClients
andConfigurationAsyncClients
, callbuildClient
andbuildAsyncClient
respectively to construct an instance of the desired client. - ConfigurationClientBuilder() - Constructor for class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Constructs a new builder used to configure and build
ConfigurationClients
andConfigurationAsyncClients
. - ConfigurationServiceVersion - Enum in com.azure.data.appconfiguration
-
The versions of Azure App Configuration supported by this client library.
- ConfigurationSetting - Class in com.azure.data.appconfiguration.models
- ConfigurationSetting() - Constructor for class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Creates an instance of the configuration setting.
- ConfigurationSettingsFilter - Class in com.azure.data.appconfiguration.models
-
Enables filtering of key-values.
- ConfigurationSettingsFilter(String) - Constructor for class com.azure.data.appconfiguration.models.ConfigurationSettingsFilter
-
Creates an instance of ConfigurationSettingsFilter class.
- ConfigurationSnapshot - Class in com.azure.data.appconfiguration.models
-
The ConfigurationSnapshot model.
- ConfigurationSnapshot(List<ConfigurationSettingsFilter>) - Constructor for class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Creates an instance of ConfigurationSnapshot class.
- ConfigurationSnapshotStatus - Class in com.azure.data.appconfiguration.models
-
The desired status of the snapshot.
- ConfigurationSnapshotStatus() - Constructor for class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Deprecated.
- connectionString(String) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the credential to use when authenticating HTTP requests.
- CONTENT_TYPE - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'content_type' from the service.
- CREATED_AT - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'created' from the service.
- credential(TokenCredential) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service.
D
- deleteConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Deletes the
ConfigurationSetting
with a matchingkey
, and optionallabel
and optional ETag combination from the service. - deleteConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Deletes the
ConfigurationSetting
with a matchingkey
, and optionallabel
and optional ETag combination. - deleteConfigurationSetting(String, String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Deletes the ConfigurationSetting with a matching
key
and optionallabel
combination. - deleteConfigurationSetting(String, String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
- deleteConfigurationSettingWithResponse(ConfigurationSetting, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Deletes the
ConfigurationSetting
with a matchingkey
, and optionallabel
and optional ETag combination from the service. - deleteConfigurationSettingWithResponse(ConfigurationSetting, boolean, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Deletes the
ConfigurationSetting
with a matchingkey
, and optionallabel
and optional ETag combination.
E
- endpoint(String) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the service endpoint for the Azure App Configuration instance.
- ETAG - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'etag' from the service.
- ETAG - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot `etag` from the service.
- EXPIRES_AT - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'expires' from the service.
F
- FAILED - Static variable in class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Static value failed for ConfigurationSnapshotStatus.
- FeatureFlagConfigurationSetting - Class in com.azure.data.appconfiguration.models
-
FeatureFlagConfigurationSetting
allows you to customize your own feature flags to dynamically administer a feature's lifecycle. - FeatureFlagConfigurationSetting(String, boolean) - Constructor for class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
The constructor for a feature flag configuration setting.
- FeatureFlagFilter - Class in com.azure.data.appconfiguration.models
-
Filters in
FeatureFlagConfigurationSetting
that can be returned from GET queries. - FeatureFlagFilter(String) - Constructor for class com.azure.data.appconfiguration.models.FeatureFlagFilter
-
The constructor for a feature flag configuration setting.
- FILTERS - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'filters' from the service.
- fromJson(JsonReader) - Static method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Reads an instance of ConfigurationSetting from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.data.appconfiguration.models.ConfigurationSettingsFilter
-
Reads an instance of ConfigurationSettingsFilter from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Reads an instance of ConfigurationSnapshot from the JsonReader.
- fromString(String) - Static method in class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Creates or finds a ConfigurationSnapshotStatus from its string representation.
- fromString(String) - Static method in class com.azure.data.appconfiguration.models.SettingFields
-
Creates or finds a
SettingFields
from its string representation. - fromString(String) - Static method in class com.azure.data.appconfiguration.models.SnapshotComposition
-
Creates or finds a SnapshotComposition from its string representation.
- fromString(String) - Static method in class com.azure.data.appconfiguration.models.SnapshotFields
-
Creates or finds a SnapshotFields from its string representation.
G
- getAcceptDateTime() - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Gets the date time for the request query.
- getClientFilters() - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Gets the feature flag filters of this configuration setting.
- getConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
- getConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationClient
- getConfigurationSetting(String, String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Attempts to get a ConfigurationSetting that matches the
key
, and the optionallabel
combination. - getConfigurationSetting(String, String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Attempts to get a ConfigurationSetting that matches the
key
, and the optionallabel
combination. - getConfigurationSetting(String, String, OffsetDateTime) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Attempts to get a ConfigurationSetting that matches the
key
, the optionallabel
, and the optionalacceptDateTime
combination. - getConfigurationSetting(String, String, OffsetDateTime) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Attempts to get a ConfigurationSetting that matches the
key
, the optionallabel
, and the optionalacceptDateTime
combination. - getConfigurationSettingWithResponse(ConfigurationSetting, OffsetDateTime, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
- getConfigurationSettingWithResponse(ConfigurationSetting, OffsetDateTime, boolean, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
- getContentType() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Gets the content type of this configuration setting.
- getCreatedAt() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the createdAt property: The time that the snapshot was created.
- getDescription() - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Get the description of this configuration setting.
- getDisplayName() - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Get the display name of this configuration setting.
- getEndpoint() - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Gets the service endpoint for the Azure App Configuration instance.
- getEndpoint() - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Gets the service endpoint for the Azure App Configuration instance.
- getETag() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
The ETag for this configuration setting.
- getETag() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the eTag property: A value representing the current state of the snapshot.
- getExpiresAt() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the expiresAt property: The time that the snapshot will expire.
- getFeatureId() - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Get the feature ID of this configuration setting.
- getFields() - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Gets the fields on
ConfigurationSetting
to return from the GET request. - getFields() - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Gets the fields on
ConfigurationSnapshot
to return from the GET request. - getFilters() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the filters property: A list of filters used to filter the key-values included in the snapshot.
- getItemCount() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the itemCount property: The amount of key-values in the snapshot.
- getKey() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Gets the key name for this configuration setting.
- getKey() - Method in class com.azure.data.appconfiguration.models.ConfigurationSettingsFilter
-
Get the key property: Filters
ConfigurationSetting
by their key field. - getKeyFilter() - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Gets the expressions to filter
keys
on for the request. - getLabel() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Gets the label of this configuration setting.
- getLabel() - Method in class com.azure.data.appconfiguration.models.ConfigurationSettingsFilter
-
Get the label property: Filters
ConfigurationSetting
by their label field. - getLabelFilter() - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Gets the labels used to filter settings based on their
label
in the service. - getLastModified() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
The time when the configuration setting was last modified.
- getLatest() - Static method in enum com.azure.data.appconfiguration.ConfigurationServiceVersion
-
Gets the latest service version supported by this client library
- getMatchConditions() - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Get the match conditions
- getName() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the name property: The name of the snapshot.
- getName() - Method in class com.azure.data.appconfiguration.models.FeatureFlagFilter
-
Get the name of this filter.
- getNameFilter() - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Gets the snapshot name filter
- getParameters() - Method in class com.azure.data.appconfiguration.models.FeatureFlagFilter
-
Get the parameters of this filter.
- getRetentionPeriod() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the retentionPeriod property: The amount of time, in seconds, that a snapshot will remain in the archived state before expiring.
- getSecretId() - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Get the secret ID value of this configuration setting.
- getSizeInBytes() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the sizeInBytes property: The size in bytes of the snapshot.
- getSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Get a
ConfigurationSnapshot
by given the snapshot name. - getSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Get a
ConfigurationSnapshot
by given the snapshot name. - getSnapshotComposition() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the snapshotComposition property: The composition type describes how the key-values within the snapshot are composed.
- getSnapshotWithResponse(String, List<SnapshotFields>) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Get a
ConfigurationSnapshot
by given the snapshot name. - getSnapshotWithResponse(String, List<SnapshotFields>, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Get a
ConfigurationSnapshot
by given the snapshot name. - getStatus() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the status property: The current status of the snapshot.
- getStatus() - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Gets the snapshot status
- getTags() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Gets tags associated with this configuration setting.
- getTags() - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Get the tags property: The tags of the snapshot.
- getValue() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Gets the value of this configuration setting.
- getValue() - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
- getValue() - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
- getVersion() - Method in enum com.azure.data.appconfiguration.ConfigurationServiceVersion
H
- httpClient(HttpClient) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service.
I
- IS_READ_ONLY - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'locked' from the service.
- isEnabled() - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Get the boolean indicator to show if the setting is turn on or off.
- isReadOnly() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Gets whether or not the configuration setting is read-only.
- ITEM_COUNT - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'items_count' from the service.
K
- KEY - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'key' from the service.
- KEY - Static variable in class com.azure.data.appconfiguration.models.SnapshotComposition
-
Static value key for SnapshotComposition.
- KEY_LABEL - Static variable in class com.azure.data.appconfiguration.models.SnapshotComposition
-
Static value key_label for SnapshotComposition.
- KEY_PREFIX - Static variable in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
A prefix is used to construct a feature flag configuration setting's key.
L
- LABEL - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'label' from the service.
- LAST_MODIFIED - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'last_modified' from the service.
- listConfigurationSettings(SettingSelector) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Fetches the configuration settings that match the
selector
. - listConfigurationSettings(SettingSelector) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Fetches the configuration settings that match the
selector
. - listConfigurationSettings(SettingSelector, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Fetches the configuration settings that match the
selector
. - listConfigurationSettingsForSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Fetches the configuration settings in a snapshot that matches the
snapshotName
. - listConfigurationSettingsForSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Fetches the configuration settings in a snapshot that matches the
snapshotName
. - listConfigurationSettingsForSnapshot(String, List<SettingFields>) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Fetches the configuration settings in a snapshot that matches the
snapshotName
. - listConfigurationSettingsForSnapshot(String, List<SettingFields>, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Fetches the configuration settings in a snapshot that matches the
snapshotName
. - listRevisions(SettingSelector) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Lists chronological/historical representation of
ConfigurationSetting
resource(s). - listRevisions(SettingSelector) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Lists chronological/historical representation of
ConfigurationSetting
resource(s). - listRevisions(SettingSelector, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Lists chronological/historical representation of
ConfigurationSetting
resource(s). - listSnapshots(SnapshotSelector) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
List snapshots by given
SnapshotSelector
. - listSnapshots(SnapshotSelector) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
List snapshots by given
SnapshotSelector
. - listSnapshots(SnapshotSelector, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
List snapshots by given
SnapshotSelector
.
N
- NAME - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'name' from the service.
- NO_LABEL - Static variable in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
The default label for configuration settings is the label, "\0".
P
- pipeline(HttpPipeline) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - PROVISIONING - Static variable in class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Static value provisioning for ConfigurationSnapshotStatus.
R
- READY - Static variable in class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Static value ready for ConfigurationSnapshotStatus.
- recoverSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.ARCHIVED
toConfigurationSnapshotStatus.READY
. - recoverSnapshot(String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.ARCHIVED
toConfigurationSnapshotStatus.READY
. - recoverSnapshotWithResponse(String, MatchConditions) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.ARCHIVED
toConfigurationSnapshotStatus.READY
. - recoverSnapshotWithResponse(String, MatchConditions, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Update a snapshot status from
ConfigurationSnapshotStatus.ARCHIVED
toConfigurationSnapshotStatus.READY
. - RETENTION_PERIOD - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'retention_period' from the service.
- retryOptions(RetryOptions) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryPolicy(HttpPipelinePolicy) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
HttpPipelinePolicy
that is used to retry requests.
S
- SecretReferenceConfigurationSetting - Class in com.azure.data.appconfiguration.models
- SecretReferenceConfigurationSetting(String, String) - Constructor for class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
The constructor for a secret reference configuration setting.
- serviceVersion(ConfigurationServiceVersion) - Method in class com.azure.data.appconfiguration.ConfigurationClientBuilder
-
Sets the
ConfigurationServiceVersion
that is used when making API requests. - setAcceptDatetime(OffsetDateTime) - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
If set, then configuration setting values will be retrieved as they existed at the provided datetime.
- setClientFilters(List<FeatureFlagFilter>) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the feature flag filters of this configuration setting.
- setConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Creates or updates a configuration value in the service.
- setConfigurationSetting(ConfigurationSetting) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Creates or updates a configuration value in the service.
- setConfigurationSetting(String, String, String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Creates or updates a configuration value in the service with the given key.
- setConfigurationSetting(String, String, String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Creates or updates a configuration value in the service with the given key and.
- setConfigurationSettingWithResponse(ConfigurationSetting, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Creates or updates a configuration value in the service.
- setConfigurationSettingWithResponse(ConfigurationSetting, boolean, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Creates or updates a configuration value in the service.
- setContentType(String) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Sets the content type.
- setContentType(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the content type.
- setContentType(String) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Sets the content type.
- setDescription(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Set the description of this configuration setting.
- setDisplayName(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Set the display name of this configuration setting.
- setEnabled(boolean) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Set the boolean indicator to show if the setting is turn on or off.
- setETag(String) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Sets the ETag for this configuration setting.
- setETag(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the ETag for this configuration setting.
- setETag(String) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Sets the ETag for this configuration setting.
- setFeatureId(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Set the feature ID of this configuration setting.
- setFields(SettingFields...) - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Sets fields that will be returned in the response corresponding to properties in
ConfigurationSetting
. - setFields(SnapshotFields...) - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Sets fields that will be returned in the response corresponding to properties in
ConfigurationSnapshot
. - setFields(List<SnapshotFields>) - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Sets fields that will be returned in the response corresponding to properties in
ConfigurationSnapshot
. - setKey(String) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Sets the key of this configuration setting.
- setKey(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the key of this setting.
- setKey(String) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Sets the key of this setting.
- setKeyFilter(String) - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Sets the expressions to filter
keys
on for the request. - setLabel(String) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Sets the label of this configuration setting.
- setLabel(String) - Method in class com.azure.data.appconfiguration.models.ConfigurationSettingsFilter
-
Set the label property: Filters
ConfigurationSetting
by their label field. - setLabel(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the label of this configuration setting.
- setLabel(String) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Sets the label of this configuration setting.
- setLabelFilter(String) - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Sets the expression to filter
labels
on for the request. - setMatchConditions(List<MatchConditions>) - Method in class com.azure.data.appconfiguration.models.SettingSelector
-
Set the match conditions
- setNameFilter(String) - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Sets the snapshot name filter.
- setParameters(Map<String, Object>) - Method in class com.azure.data.appconfiguration.models.FeatureFlagFilter
-
Set the parameters of this filter.
- setReadOnly(ConfigurationSetting, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Sets the read-only status for the
ConfigurationSetting
. - setReadOnly(ConfigurationSetting, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Sets the read-only status for the
ConfigurationSetting
. - setReadOnly(String, String, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
- setReadOnly(String, String, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationClient
- setReadOnlyWithResponse(ConfigurationSetting, boolean) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Sets the read-only status for the
ConfigurationSetting
. - setReadOnlyWithResponse(ConfigurationSetting, boolean, Context) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Sets the read-only status for the
ConfigurationSetting
. - setRetentionPeriod(Duration) - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Set the retentionPeriod property: The amount of time, in seconds, that a snapshot will remain in the archived state before expiring.
- setSecretId(String) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Set the secret ID value of this configuration setting.
- setSnapshotComposition(SnapshotComposition) - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Set the snapshotComposition property: The composition type describes how the key-values within the snapshot are composed.
- setStatus(ConfigurationSnapshotStatus...) - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Sets the snapshot status.
- setStatus(List<ConfigurationSnapshotStatus>) - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
-
Sets the snapshot status.
- setTags(Map<String, String>) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Sets the tags for this configuration setting.
- setTags(Map<String, String>) - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
-
Set the tags property: The tags of the snapshot.
- setTags(Map<String, String>) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the tags for this configuration setting.
- setTags(Map<String, String>) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Sets the tags for this configuration setting.
- SettingFields - Class in com.azure.data.appconfiguration.models
-
Fields in
ConfigurationSetting
that can be returned from GET queries. - SettingFields() - Constructor for class com.azure.data.appconfiguration.models.SettingFields
-
Deprecated.Use the
SettingFields.fromString(String)
factory method. - SettingSelector - Class in com.azure.data.appconfiguration.models
-
A set of options for selecting configuration settings from App Configuration service.
- SettingSelector() - Constructor for class com.azure.data.appconfiguration.models.SettingSelector
-
Creates a setting selector that will populate responses with all of the
ConfigurationSetting's
properties and select allkeys
. - setValue(String) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
-
Sets the value of this setting.
- setValue(String) - Method in class com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting
-
Sets the value of this setting.
- setValue(String) - Method in class com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting
-
Sets the value of this setting.
- SIZE_IN_BYTES - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'size' from the service.
- SNAPSHOT_COMPOSITION - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'composition_type' from the service.
- SnapshotComposition - Class in com.azure.data.appconfiguration.models
-
The composition type describes how the key-values within the snapshot are composed.
- SnapshotComposition() - Constructor for class com.azure.data.appconfiguration.models.SnapshotComposition
-
Deprecated.Use the
SnapshotComposition.fromString(String)
factory method. - SnapshotFields - Class in com.azure.data.appconfiguration.models
-
Defines values for SnapshotFields.
- SnapshotFields() - Constructor for class com.azure.data.appconfiguration.models.SnapshotFields
-
Deprecated.Use the
SnapshotFields.fromString(String)
factory method. - SnapshotSelector - Class in com.azure.data.appconfiguration.models
-
Snapshot selector, the optional bag
- SnapshotSelector() - Constructor for class com.azure.data.appconfiguration.models.SnapshotSelector
-
Creates an instance of
SnapshotSelector
. - STATUS - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot 'status' from the service.
T
- TAGS - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'tags' from the service.
- TAGS - Static variable in class com.azure.data.appconfiguration.models.SnapshotFields
-
Populates the snapshot `tags` from the service.
- toJson(JsonWriter) - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
- toJson(JsonWriter) - Method in class com.azure.data.appconfiguration.models.ConfigurationSettingsFilter
- toJson(JsonWriter) - Method in class com.azure.data.appconfiguration.models.ConfigurationSnapshot
- toString() - Method in class com.azure.data.appconfiguration.models.ConfigurationSetting
- toString() - Method in class com.azure.data.appconfiguration.models.SettingSelector
- toString() - Method in class com.azure.data.appconfiguration.models.SnapshotSelector
- toStringMapper(SettingFields) - Static method in class com.azure.data.appconfiguration.models.SettingFields
-
Deprecated.This method is no longer needed. SettingFields is using lower case enum value for the HTTP requests.
U
- updateSyncToken(String) - Method in class com.azure.data.appconfiguration.ConfigurationAsyncClient
-
Adds an external synchronization token to ensure service requests receive up-to-date values.
- updateSyncToken(String) - Method in class com.azure.data.appconfiguration.ConfigurationClient
-
Adds an external synchronization token to ensure service requests receive up-to-date values.
V
- V1_0 - Enum constant in enum com.azure.data.appconfiguration.ConfigurationServiceVersion
-
Service version
1.0
. - V2023_10_01 - Enum constant in enum com.azure.data.appconfiguration.ConfigurationServiceVersion
-
Service version
2023-10-01
. - VALUE - Static variable in class com.azure.data.appconfiguration.models.SettingFields
-
Populates the 'value' from the service.
- valueOf(String) - Static method in enum com.azure.data.appconfiguration.ConfigurationServiceVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.data.appconfiguration.ConfigurationServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.data.appconfiguration.models.ConfigurationSnapshotStatus
-
Gets known ConfigurationSnapshotStatus values.
- values() - Static method in class com.azure.data.appconfiguration.models.SettingFields
-
Gets known SettingFields values.
- values() - Static method in class com.azure.data.appconfiguration.models.SnapshotComposition
-
Gets known SnapshotComposition values.
- values() - Static method in class com.azure.data.appconfiguration.models.SnapshotFields
-
Gets known SnapshotFields values.
All Classes and Interfaces|All Packages|Constant Field Values
ConfigurationSnapshotStatus.fromString(String)
factory method.