Uses of Class
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties
-
Packages that use AzureGlobalProperties Package Description com.azure.spring.cloud.autoconfigure 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 AzureGlobalProperties Modifier and Type Method Description protected AzureGlobalPropertiesAzureServiceConfigurationBase. getAzureGlobalProperties()Get theAzureGlobalProperties.Methods in com.azure.spring.cloud.autoconfigure with parameters of type AzureGlobalProperties Modifier and Type Method Description protected <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 AzureGlobalProperties Constructor Description AzureServiceConfigurationBase(AzureGlobalProperties azureProperties)Create an instance ofAzureServiceConfigurationBase.
-