@Configuration @AutoConfigureAfter(value=AzureContextAutoConfiguration.class) @ConditionalOnClass(value=com.microsoft.azure.storage.CloudStorageAccount.class) @ConditionalOnProperty(name="spring.cloud.azure.storage.account") @EnableConfigurationProperties(value=AzureStorageProperties.class) public class AzureStorageAutoConfiguration extends Object
| Constructor and Description |
|---|
AzureStorageAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectTelemetry() |
com.microsoft.azure.storage.CloudStorageAccount |
storageAccount(AzureStorageProperties storageProperties,
EnvironmentProvider environmentProvider) |
@PostConstruct public void collectTelemetry()
@Bean @ConditionalOnMissingBean public com.microsoft.azure.storage.CloudStorageAccount storageAccount(AzureStorageProperties storageProperties, EnvironmentProvider environmentProvider)
Copyright © 2019 Microsoft. All rights reserved.