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
public class AzureProfileConfigurationProperties extends com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapterThe AzureProfile defines the properties related to an Azure subscription.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAzureProfileConfigurationProperties.AzureEnvironmentConfigurationProperties
-
Constructor Summary
Constructors Constructor Description AzureProfileConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudTypegetCloudType()AzureProfileConfigurationProperties.AzureEnvironmentConfigurationPropertiesgetEnvironment()StringgetSubscriptionId()StringgetTenantId()voidsetCloudType(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.
-
-
-
Method Detail
-
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
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
Set the tenant id.- Parameters:
tenantId- The tenant id.
-
getSubscriptionId
public String getSubscriptionId()
-
setSubscriptionId
public void setSubscriptionId(String subscriptionId)
Set the subscription id.- Parameters:
subscriptionId- The subscription id.
-
getEnvironment
public AzureProfileConfigurationProperties.AzureEnvironmentConfigurationProperties getEnvironment()
- Specified by:
getEnvironmentin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions- Specified by:
getEnvironmentin classcom.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
-
-