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
Direct Known Subclasses:
AzureGlobalProperties.GlobalProfileConfigurationProperties

public class AzureProfileConfigurationProperties extends com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
The AzureProfile defines the properties related to an Azure subscription.
  • Constructor Details

    • AzureProfileConfigurationProperties

      public AzureProfileConfigurationProperties()
  • Method Details

    • 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

      Specified by:
      getEnvironment in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
      Specified by:
      getEnvironment in class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter