@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties public abstract class AzureServiceConfigurationBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AzureGlobalProperties |
azureGlobalProperties |
| Constructor and Description |
|---|
AzureServiceConfigurationBase(AzureGlobalProperties azureProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends com.azure.spring.core.properties.AzureProperties> |
loadProperties(AzureGlobalProperties source,
T target) |
protected AzureGlobalProperties azureGlobalProperties
public AzureServiceConfigurationBase(AzureGlobalProperties azureProperties)
protected <T extends com.azure.spring.core.properties.AzureProperties> T loadProperties(AzureGlobalProperties source, T target)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.