Class AzureProperties

    • Constructor Detail

      • AzureProperties

        public AzureProperties()
    • Method Detail

      • setClientId

        public void setClientId​(String clientId)
        Sets the client ID.
        Parameters:
        clientId - The client ID.
      • setClientSecret

        public void setClientSecret​(String clientSecret)
        Sets the client secret.
        Parameters:
        clientSecret - The client secret.
      • setTenantId

        public void setTenantId​(String tenantId)
        Sets the tenant ID.
        Parameters:
        tenantId - The tenant ID.
      • getResourceGroup

        public String getResourceGroup()
        Gets the resource group.
        Returns:
        The resource group.
      • setResourceGroup

        public void setResourceGroup​(String resourceGroup)
        Sets the resource group.
        Parameters:
        resourceGroup - The resource group.
      • getEnvironment

        public AzureEnvironments getEnvironment()
        Gets the Azure environment.
        Returns:
        The Azure environment.
      • setEnvironment

        public void setEnvironment​(AzureEnvironments environment)
        Sets the Azure environment.
        Parameters:
        environment - The Azure environment.
      • getRegion

        public String getRegion()
        Gets the region.
        Returns:
        The region.
      • setRegion

        public void setRegion​(String region)
        Sets the region.
        Parameters:
        region - The region.
      • isAutoCreateResources

        public boolean isAutoCreateResources()
        Whether resources are automatically created.
        Returns:
        Whether resources are automatically created.
      • setAutoCreateResources

        public void setAutoCreateResources​(boolean autoCreateResources)
        Sets whether resources are automatically created.
        Parameters:
        autoCreateResources - Whether resources are automatically created.
      • isMsiEnabled

        public boolean isMsiEnabled()
        Whether MSI is enabled.
        Specified by:
        isMsiEnabled in interface CredentialSupplier
        Returns:
        Whether MSI is enabled.
      • setMsiEnabled

        public void setMsiEnabled​(boolean msiEnabled)
        Sets whether MSI is enabled.
        Parameters:
        msiEnabled - Whether MSI is enabeld.
      • setSubscriptionId

        public void setSubscriptionId​(String subscriptionId)
        Sets the subscription ID.
        Parameters:
        subscriptionId - The subscription ID.