@ConfigurationProperties(prefix="spring.cloud.azure") public class AzureGlobalProperties extends Object implements com.azure.spring.core.properties.AzureProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureGlobalProperties.AmqpClientCP
Transport properties for amqp-based clients.
|
static class |
AzureGlobalProperties.GlobalClientCP
Global configurations for the transport client underneath.
|
static class |
AzureGlobalProperties.GlobalProxyCP
Global configurations for proxy.
|
static class |
AzureGlobalProperties.GlobalRetryCP
Global configurations for proxy.
|
static class |
AzureGlobalProperties.HttpClientCP
Transport properties for http-based clients.
|
static class |
AzureGlobalProperties.HttpProxyCP
Proxy properties only apply to http-based clients.
|
static class |
AzureGlobalProperties.HttpRetryCP
Retry properties only apply to http-based clients.
|
com.azure.spring.core.aware.RetryAware.Backoff, com.azure.spring.core.aware.RetryAware.HttpRetry, com.azure.spring.core.aware.RetryAware.Retrycom.azure.spring.core.aware.ClientAware.AmqpClient, com.azure.spring.core.aware.ClientAware.Client, com.azure.spring.core.aware.ClientAware.HttpClient, com.azure.spring.core.aware.ClientAware.HttpLoggingcom.azure.spring.core.aware.ProxyAware.HttpProxy, com.azure.spring.core.aware.ProxyAware.Proxy| Constructor and Description |
|---|
AzureGlobalProperties() |
| Modifier and Type | Method and Description |
|---|---|
AzureGlobalProperties.GlobalClientCP |
getClient() |
TokenCredentialCP |
getCredential() |
AzureProfileCP |
getProfile() |
AzureGlobalProperties.GlobalProxyCP |
getProxy() |
AzureGlobalProperties.GlobalRetryCP |
getRetry() |
public static final String PREFIX
public AzureGlobalProperties.GlobalClientCP getClient()
getClient in interface com.azure.spring.core.aware.ClientAwarepublic AzureGlobalProperties.GlobalProxyCP getProxy()
getProxy in interface com.azure.spring.core.aware.ProxyAwarepublic AzureGlobalProperties.GlobalRetryCP getRetry()
getRetry in interface com.azure.spring.core.aware.RetryAwarepublic TokenCredentialCP getCredential()
getCredential in interface com.azure.spring.core.aware.authentication.TokenCredentialAwarepublic AzureProfileCP getProfile()
getProfile in interface com.azure.spring.core.aware.AzureProfileAwareVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.