Class AzureGlobalProperties.GlobalProfileConfigurationProperties
java.lang.Object
com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalProfileConfigurationProperties
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
- Enclosing class:
- AzureGlobalProperties
public static class AzureGlobalProperties.GlobalProfileConfigurationProperties
extends AzureProfileConfigurationProperties
Global profile properties. This global profile properties will have a default cloud type of Azure.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties
AzureProfileConfigurationProperties.AzureEnvironmentConfigurationProperties
-
Constructor Summary
ConstructorDescriptionConstruct a defaultAzureGlobalProperties.GlobalProfileConfigurationProperties
with default cloud type Azure. -
Method Summary
Methods inherited from class com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties
getCloudType, getEnvironment, getSubscriptionId, getTenantId, setCloudType, setSubscriptionId, setTenantId
Methods inherited from class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
changeEnvironmentAccordingToCloud, decideAzureManagementEnvironment
-
Constructor Details
-
GlobalProfileConfigurationProperties
public GlobalProfileConfigurationProperties()Construct a defaultAzureGlobalProperties.GlobalProfileConfigurationProperties
with default cloud type Azure.
-