Class AadProfileProperties


  • public class AadProfileProperties
    extends Object
    Profile of Azure cloud environment.
    • Constructor Detail

      • AadProfileProperties

        public AadProfileProperties()
    • 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.