Class AzureGlobalProperties.GlobalProxyConfigurationProperties
- java.lang.Object
-
- com.azure.spring.cloud.autoconfigure.properties.core.proxy.ProxyConfigurationProperties
-
- com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalProxyConfigurationProperties
-
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalProxyConfigurationProperties extends ProxyConfigurationProperties
Global configurations for proxy.
-
-
Constructor Summary
Constructors Constructor Description GlobalProxyConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureGlobalProperties.GlobalAmqpProxyConfigurationPropertiesgetAmqp()AzureGlobalProperties.GlobalHttpProxyConfigurationPropertiesgetHttp()-
Methods inherited from class com.azure.spring.cloud.autoconfigure.properties.core.proxy.ProxyConfigurationProperties
getHostname, getPassword, getPort, getType, getUsername, setHostname, setPassword, setPort, setType, setUsername
-
-
-
-
Method Detail
-
getHttp
public AzureGlobalProperties.GlobalHttpProxyConfigurationProperties getHttp()
-
getAmqp
public AzureGlobalProperties.GlobalAmqpProxyConfigurationProperties getAmqp()
-
-