Uses of Class
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties
Packages that use AzureGlobalProperties
Package
Description
Spring Cloud Azure's auto-configuration capabilities.
-
Uses of AzureGlobalProperties in com.azure.spring.cloud.autoconfigure
Methods in com.azure.spring.cloud.autoconfigure that return AzureGlobalPropertiesModifier and TypeMethodDescriptionprotected AzureGlobalPropertiesAzureServiceConfigurationBase.getAzureGlobalProperties()Get theAzureGlobalProperties.Methods in com.azure.spring.cloud.autoconfigure with parameters of type AzureGlobalPropertiesModifier and TypeMethodDescriptionprotected <T extends com.azure.spring.cloud.core.properties.AzureProperties>
TAzureServiceConfigurationBase.loadProperties(AzureGlobalProperties source, T target) Load the default value to an Azure Service properties from the global Azure properties.Constructors in com.azure.spring.cloud.autoconfigure with parameters of type AzureGlobalPropertiesModifierConstructorDescriptionprotectedAzureServiceConfigurationBase(AzureGlobalProperties azureProperties) Create an instance ofAzureServiceConfigurationBase.