Class AzureConfiguration


  • public class AzureConfiguration
    extends Object
    • Field Detail

      • logLevel

        private String logLevel
      • userAgent

        private String userAgent
      • machineId

        private String machineId
      • product

        private String product
      • version

        private String version
      • databasePasswordSaveType

        private String databasePasswordSaveType
      • telemetryEnabled

        private Boolean telemetryEnabled
      • functionCoreToolsPath

        private String functionCoreToolsPath
      • storageExplorerPath

        private String storageExplorerPath
      • proxySource

        private String proxySource
      • httpProxyHost

        private String httpProxyHost
      • httpProxyPort

        private int httpProxyPort
      • proxyUsername

        private String proxyUsername
      • proxyPassword

        private String proxyPassword
    • Constructor Detail

      • AzureConfiguration

        public AzureConfiguration()
    • Method Detail

      • setProxyInfo

        public void setProxyInfo​(ProxyInfo proxy)