Class AadProfileProperties

java.lang.Object
com.azure.spring.cloud.autoconfigure.aad.properties.AadProfileProperties

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

    • AadProfileProperties

      public AadProfileProperties()
  • Method Details

    • 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.