Class AadProfileProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.aad.properties.AadProfileProperties
Profile of Azure cloud environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
void
setCloudType
(com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType cloudType) void
setTenantId
(String tenantId)
-
Constructor Details
-
AadProfileProperties
public AadProfileProperties()
-
-
Method Details
-
getTenantId
- Returns:
- The tenant ID.
-
setTenantId
- 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
- Returns:
- The AADProfileEnvironmentProperties.
-