See: Description
| Interface | Description |
|---|---|
| AppConfigurationCredentialProvider |
Interface to be implemented that enables returning of a TokenCredential for authentication with an Azure App Configuration stores.
|
| ConfigurationClientBuilderSetup |
Creates Custom CustomClientBuilder for connecting to Azure App Configuration.
|
| KeyVaultCredentialProvider |
Interface to be implemented that enables returning of a TokenCredential for authentication with an Azure Key Vaults.
|
| SecretClientBuilderSetup |
Creates Custom SecretClientBuilder for connecting to Key Vault.
|
| TokenCredentialProvider |
Provides ability to generate Token Credential for connecting to Azure services.
|
| Class | Description |
|---|---|
| AppConfigurationAutoConfiguration |
Setup AppConfigurationRefresh when spring.cloud.azure.appconfiguration.enabled is enabled.
|
| AppConfigurationBootstrapConfiguration |
Setup ConnectionPool, AppConfigurationPropertySourceLocator, and ClientStore when spring.cloud.azure.appconfiguration.enabled is enabled.
|
| AppConfigurationPropertySource |
Azure App Configuration PropertySource unique per Store Label(Profile) combo.
|
| AppConfigurationPropertySourceLocator |
Locates Azure App Configuration Property Sources.
|
| AppConfigurationRefresh |
Enables checking of Configuration updates.
|
| Constants |
Constants used for processing Azure App Configuration Config info.
|
| Enum | Description |
|---|---|
| HostType |
The Types of Hosts checked in request tracing.
|
| RequestTracingConstants |
Request Tracing values used to check
|
| RequestType |
The types of requests made to the App Configuration service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.