Class AadProfileProperties
- java.lang.Object
-
- com.azure.spring.cloud.autoconfigure.aad.properties.AadProfileProperties
-
public class AadProfileProperties extends Object
Profile of Azure cloud environment.
-
-
Constructor Summary
Constructors Constructor Description AadProfileProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudTypegetCloudType()AadProfileEnvironmentPropertiesgetEnvironment()StringgetTenantId()voidsetCloudType(com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType cloudType)voidsetTenantId(String tenantId)
-
-
-
Method Detail
-
getTenantId
public String getTenantId()
- Returns:
- The tenant id.
-
setTenantId
public void setTenantId(String tenantId)
- Parameters:
tenantId- The tenant id.
-
getCloudType
public com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType getCloudType()
- Returns:
- The cloud type.
-
setCloudType
public void setCloudType(com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType cloudType)
- Parameters:
cloudType- The cloud type.
-
getEnvironment
public AadProfileEnvironmentProperties getEnvironment()
- Returns:
- The AADProfileEnvironmentProperties.
-
-