Class AzureProfileConfigurationProperties

  • All Implemented Interfaces:
    com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions

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

      • AzureProfileConfigurationProperties

        public AzureProfileConfigurationProperties()
    • Method Detail

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