Class AzureProfileConfigurationProperties
java.lang.Object
com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
- Direct Known Subclasses:
AzureGlobalProperties.GlobalProfileConfigurationProperties
public class AzureProfileConfigurationProperties
extends com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
The AzureProfile defines the properties related to an Azure subscription.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAzure environment configuration properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudTypevoidsetCloudType(com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType cloudType) Set the cloud type.voidsetSubscriptionId(String subscriptionId) Set the subscription ID.voidsetTenantId(String tenantId) Set the tenant ID.Methods inherited from class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
changeEnvironmentAccordingToCloud, decideAzureManagementEnvironment
-
Constructor Details
-
AzureProfileConfigurationProperties
public AzureProfileConfigurationProperties()
-
-
Method Details
-
getCloudType
public com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType getCloudType() -
setCloudType
public void setCloudType(com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType cloudType) Set the cloud type.- Parameters:
cloudType- the cloud type.
-
getTenantId
-
setTenantId
Set the tenant ID.- Parameters:
tenantId- The tenant ID.
-
getSubscriptionId
-
setSubscriptionId
Set the subscription ID.- Parameters:
subscriptionId- The subscription ID.
-
getEnvironment
- Specified by:
getEnvironmentin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions- Specified by:
getEnvironmentin classcom.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
-