Index

A B C D E F G H I K L M N O P R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractAzureStorageProtocolResolver - Class in com.azure.spring.cloud.core.resource
Abstract protocolResolver for Storage
AbstractAzureStorageProtocolResolver() - Constructor for class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
 
AbstractAzureStorageProtocolResolver.StorageContainerClient - Interface in com.azure.spring.cloud.core.resource
Storage container client.
AbstractAzureStorageProtocolResolver.StorageContainerItem - Class in com.azure.spring.cloud.core.resource
Storage container item.
AbstractAzureStorageProtocolResolver.StorageItem - Class in com.azure.spring.cloud.core.resource
Storage item.
AmqpClientProperties - Class in com.azure.spring.cloud.core.properties.client
Properties shared by all amqp client builders.
AmqpClientProperties() - Constructor for class com.azure.spring.cloud.core.properties.client.AmqpClientProperties
 
AmqpProxyProperties - Class in com.azure.spring.cloud.core.properties.proxy
Extend the proxy properties for AMQP connection
AmqpProxyProperties() - Constructor for class com.azure.spring.cloud.core.properties.proxy.AmqpProxyProperties
 
AmqpRetryProperties - Class in com.azure.spring.cloud.core.properties.retry
Unified http retry properties for all Azure SDKs based on HTTP.
AmqpRetryProperties() - Constructor for class com.azure.spring.cloud.core.properties.retry.AmqpRetryProperties
 
APP_CONFIGURATION - Static variable in class com.azure.spring.cloud.core.service.AzureServiceType
The App Configuration service.
AZURE - Enum constant in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Azure
AZURE_CHINA - Enum constant in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Azure China
AZURE_GERMANY - Enum constant in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Azure Germany
AZURE_US_GOVERNMENT - Enum constant in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Azure US government
AzureCredentialResolver<T> - Interface in com.azure.spring.cloud.core.credential
Resolver interface to resolve an azure credential implementation, the method AzureCredentialResolver.resolve(AzureProperties) returns null if the related properties does not match.
AzureCredentialResolvers - Class in com.azure.spring.cloud.core.credential
A AzureCredentialResolvers can resolve the Azure credential from the AzureProperties with a list of provided AzureCredentialResolver.
AzureCredentialResolvers(List<AzureCredentialResolver<?>>) - Constructor for class com.azure.spring.cloud.core.credential.AzureCredentialResolvers
Create a AzureCredentialResolvers with a list of AzureCredentialResolver objects.
AzureCredentialResolvers(List<AzureCredentialResolver<?>>, Comparator<AzureCredentialResolver<?>>) - Constructor for class com.azure.spring.cloud.core.credential.AzureCredentialResolvers
Create a AzureCredentialResolvers with a list of AzureCredentialResolver objects, and the order of the resolvers will be determined by the comparator.
AzureEnvironmentProperties - Class in com.azure.spring.cloud.core.properties.profile
The AzureEnvironment defines all properties to Azure services, such as endpoints, resource ids, etc.
AzureEnvironmentProperties() - Constructor for class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Create an AzureEnvironmentProperties instance with default value.
AzureProfileOptionsAdapter - Class in com.azure.spring.cloud.core.properties.profile
Skeleton implementation of a AzureProfileOptionsProvider.ProfileOptions.
AzureProfileOptionsAdapter() - Constructor for class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
 
AzureProfileOptionsProvider - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to provide the Azure profile options.
AzureProfileOptionsProvider.AzureEnvironmentOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe an Azure cloud environment options.
AzureProfileOptionsProvider.CloudType - Enum in com.azure.spring.cloud.core.provider
Define the cloud environment type, with four known Azure cloud types and the types don't fall in the four known types will be OTHER.
AzureProfileOptionsProvider.ProfileOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe an Azure cloud profile.
AzureProfileProperties - Class in com.azure.spring.cloud.core.properties.profile
The AzureProfile defines the properties related to an Azure subscription.
AzureProfileProperties() - Constructor for class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
 
AzureProperties - Interface in com.azure.spring.cloud.core.properties
Unified properties for Azure SDK clients.
AzureResourceMetadata - Interface in com.azure.spring.cloud.core.properties.resource
Metadata defining an Azure resource.
AzureServiceClientBuilderCustomizer<T> - Interface in com.azure.spring.cloud.core.customizer
Customizer of an Azure service client builder.
AzureServiceType - Class in com.azure.spring.cloud.core.service
Describes an Azure service type.
AzureServiceType.AppConfiguration - Class in com.azure.spring.cloud.core.service
The App Configuration service.
AzureServiceType.EventHubs - Class in com.azure.spring.cloud.core.service
The Event Hub service.
AzureServiceType.ServiceBus - Class in com.azure.spring.cloud.core.service
The Service Bus service.
AzureServiceType.StorageBlob - Class in com.azure.spring.cloud.core.service
The Storage Blob service.
AzureServiceType.StorageFileShare - Class in com.azure.spring.cloud.core.service
The Storage File Share service.
AzureServiceType.StorageQueue - Class in com.azure.spring.cloud.core.service
The Storage Queue service.
AzureStorageBlobProtocolResolver - Class in com.azure.spring.cloud.core.resource
A ProtocolResolver implementation for the azure-blob:// protocol.
AzureStorageBlobProtocolResolver() - Constructor for class com.azure.spring.cloud.core.resource.AzureStorageBlobProtocolResolver
 
AzureStorageFileProtocolResolver - Class in com.azure.spring.cloud.core.resource
A ProtocolResolver implementation for the azure-file:// protocol.
AzureStorageFileProtocolResolver() - Constructor for class com.azure.spring.cloud.core.resource.AzureStorageFileProtocolResolver
 

B

beanFactory - Variable in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
The bean factory used by the application context.
BLOB - Enum constant in enum com.azure.spring.cloud.core.resource.StorageType
Blob

C

changeEnvironmentAccordingToCloud() - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
Change the environment according to the cloud type set.
ClientOptionsProvider - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to provide the client options.
ClientOptionsProvider.AmqpClientOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe an amqp based client sdk.
ClientOptionsProvider.ClientOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe sdk client common options.
ClientOptionsProvider.HttpClientOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe a http based client sdk.
ClientProperties - Class in com.azure.spring.cloud.core.properties.client
Properties shared by all azure service client builders.
ClientProperties() - Constructor for class com.azure.spring.cloud.core.properties.client.ClientProperties
 
com.azure.spring.cloud.core.credential - package com.azure.spring.cloud.core.credential
Credential abstraction for Azure service client builder.
com.azure.spring.cloud.core.customizer - package com.azure.spring.cloud.core.customizer
Customizer abstraction for Azure service client builder.
com.azure.spring.cloud.core.properties - package com.azure.spring.cloud.core.properties
Configuration properties abstraction.
com.azure.spring.cloud.core.properties.authentication - package com.azure.spring.cloud.core.properties.authentication
Configuration properties abstraction for authentication.
com.azure.spring.cloud.core.properties.client - package com.azure.spring.cloud.core.properties.client
Configuration properties abstraction for client.
com.azure.spring.cloud.core.properties.profile - package com.azure.spring.cloud.core.properties.profile
Configuration properties abstraction for profile.
com.azure.spring.cloud.core.properties.proxy - package com.azure.spring.cloud.core.properties.proxy
Configuration properties abstraction for proxy.
com.azure.spring.cloud.core.properties.resource - package com.azure.spring.cloud.core.properties.resource
Metadata abstraction for Azure resource.
com.azure.spring.cloud.core.properties.retry - package com.azure.spring.cloud.core.properties.retry
Configuration properties abstraction for retry.
com.azure.spring.cloud.core.provider - package com.azure.spring.cloud.core.provider
Provider abstraction for Azure service configuration properties.
com.azure.spring.cloud.core.provider.authentication - package com.azure.spring.cloud.core.provider.authentication
Authentication provider abstraction for Azure service configuration properties.
com.azure.spring.cloud.core.provider.connectionstring - package com.azure.spring.cloud.core.provider.connectionstring
Connection string abstraction for Azure service client builder.
com.azure.spring.cloud.core.resource - package com.azure.spring.cloud.core.resource
Spring Cloud Azure integration with Spring Resource.
com.azure.spring.cloud.core.service - package com.azure.spring.cloud.core.service
Azure service type abstraction.
ConnectionStringProvider - Interface in com.azure.spring.cloud.core.provider.connectionstring
Interface to be implemented by classes that wish to provide the connection string.
contentLength() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
 
contentLength() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
 
createRelative(String) - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
 
createRelative(String) - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
Create relative resource from current location.
customize(T) - Method in interface com.azure.spring.cloud.core.customizer.AzureServiceClientBuilderCustomizer
customize the client builder.

D

decideAzureManagementEnvironment(AzureProfileOptionsProvider.CloudType, AzureEnvironment) - Static method in class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
Decide the corresponding AzureEnvironment by the AzureProfileOptionsProvider.CloudType.

E

EVENT_HUBS - Static variable in class com.azure.spring.cloud.core.service.AzureServiceType
The Event Hub service.
exists() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
Gets if the blob this client represents exists in the cloud.
exists() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
Determines if the file this client represents exists in the cloud.
EXPONENTIAL - Enum constant in enum com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode
Exponential backoff retry mode.
ExponentialRetryProperties - Class in com.azure.spring.cloud.core.properties.retry
Properties of the exponential retry mode.
ExponentialRetryProperties() - Constructor for class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
 

F

FILE - Enum constant in enum com.azure.spring.cloud.core.resource.StorageType
File
FIXED - Enum constant in enum com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode
Fixed backoff retry mode.
FixedRetryProperties - Class in com.azure.spring.cloud.core.properties.retry
Properties of the fixed retry mode.
FixedRetryProperties() - Constructor for class com.azure.spring.cloud.core.properties.retry.FixedRetryProperties
 
fromAzureManagementEnvironment(AzureEnvironment) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
fromAzureManagementEnvironment(AzureEnvironment) - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
Get the AzureEnvironment from AzureEnvironment.
fromString(String) - Static method in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType

G

getActiveDirectoryEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getActiveDirectoryEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getActiveDirectoryGraphApiVersion() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getActiveDirectoryGraphApiVersion() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getActiveDirectoryGraphEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getActiveDirectoryGraphEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getActiveDirectoryResourceId() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getActiveDirectoryResourceId() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getAllowedHeaderNames() - Method in class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
 
getAllowedHeaderNames() - Method in interface com.azure.spring.cloud.core.provider.HttpLoggingOptionsProvider.HttpLoggingOptions
Gets the allowlist headers that should be logged.
getAllowedQueryParamNames() - Method in class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
 
getAllowedQueryParamNames() - Method in interface com.azure.spring.cloud.core.provider.HttpLoggingOptionsProvider.HttpLoggingOptions
Gets the allowlist query parameters.
getApplicationId() - Method in class com.azure.spring.cloud.core.properties.client.ClientProperties
 
getApplicationId() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.ClientOptions
Get the application id
getAuthenticationType() - Method in class com.azure.spring.cloud.core.properties.proxy.AmqpProxyProperties
 
getAuthenticationType() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.AmqpProxyOptions
Get the proxy authentication type.
getAzureApplicationInsightsEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getAzureApplicationInsightsEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getAzureDataLakeStoreFileSystemEndpointSuffix() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getAzureDataLakeStoreFileSystemEndpointSuffix() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getAzureLogAnalyticsEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getAzureLogAnalyticsEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getBaseDelay() - Method in class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
 
getBaseDelay() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.ExponentialRetryOptions
Get the delay duration.
getClassLoader() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
 
getClient() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider
Get the client configuration.
getClientCertificatePassword() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
getClientCertificatePassword() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Get the client certificate password
getClientCertificatePath() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
getClientCertificatePath() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Get the client certificate path
getClientId() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
getClientId() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Get the client id
getClientSecret() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
getClientSecret() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Get the client secret
getCloudType() - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
 
getCloudType() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
Get the cloud type.
getConnectionIdleTimeout() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get the connection idle timeout.
getConnectionIdleTimeout() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get the connection idle timeout for http client.
getConnectionString() - Method in interface com.azure.spring.cloud.core.provider.connectionstring.ConnectionStringProvider
Get the connection string
getConnectionString() - Method in class com.azure.spring.cloud.core.provider.connectionstring.StaticConnectionStringProvider
 
getConnectTimeout() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get connect timeout.
getConnectTimeout() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get the http client connect timeout.
getContainer() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageItem
Gets the container name.
getCredential() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider
Get the token credential
getDataLakeEndpointResourceId() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getDataLakeEndpointResourceId() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getDelay() - Method in class com.azure.spring.cloud.core.properties.retry.FixedRetryProperties
 
getDelay() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.FixedRetryOptions
Get the delay duration.
getDescription() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
 
getDescription() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
 
getEnvironment() - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileOptionsAdapter
Get the Azure environment.
getEnvironment() - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
 
getEnvironment() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
Get the AzureEnvironment implementation.
getExponential() - Method in class com.azure.spring.cloud.core.properties.retry.RetryProperties
 
getExponential() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
Get the retry options of the exponential retry mode.
getFile() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFile() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFilename() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
 
getFilename() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
 
getFixed() - Method in class com.azure.spring.cloud.core.properties.retry.RetryProperties
 
getFixed() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
Get the retry options of the fixed retry mode.
getGalleryEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getGalleryEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getHeaders() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get the headers.
getHeaders() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get header properties list for client header.
getHostname() - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
 
getHostname() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
Get the proxy hostname.
getInputStream() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
 
getInputStream() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
 
getKey() - Method in class com.azure.spring.cloud.core.properties.authentication.NamedKeyProperties
Get the key of the named key.
getKey() - Method in interface com.azure.spring.cloud.core.provider.authentication.KeyProvider
Get the key
getKeyVaultDnsSuffix() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getKeyVaultDnsSuffix() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getLevel() - Method in class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
 
getLevel() - Method in interface com.azure.spring.cloud.core.provider.HttpLoggingOptionsProvider.HttpLoggingOptions
Gets the level of detail to log on HTTP messages.
getLogging() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
getLogging() - Method in interface com.azure.spring.cloud.core.provider.HttpLoggingOptionsProvider
Get the http logging details.
getManagementEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getManagementEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getMatchedContainers(String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
List all containers with the provided pattern.
getMatchedItems(AbstractAzureStorageProtocolResolver.StorageContainerClient, String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
List all storage items with specified container and item pattern.
getMaxDelay() - Method in class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
 
getMaxDelay() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.ExponentialRetryOptions
Get the max delay duration.
getMaximumConnectionPoolSize() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get the max connection pool size.
getMaximumConnectionPoolSize() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get the maximum connection pool size for http client.
getMaxRetries() - Method in class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
 
getMaxRetries() - Method in class com.azure.spring.cloud.core.properties.retry.FixedRetryProperties
 
getMaxRetries() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.ExponentialRetryOptions
The maximum number of attempts.
getMaxRetries() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.FixedRetryOptions
The maximum number of attempts.
getMicrosoftGraphEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getMicrosoftGraphEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getMode() - Method in class com.azure.spring.cloud.core.properties.retry.RetryProperties
 
getMode() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
Get the retry backoff mode.
getName() - Method in class com.azure.spring.cloud.core.properties.authentication.NamedKeyProperties
Get the name of the named key.
getName() - Method in class com.azure.spring.cloud.core.properties.client.HeaderProperties
Get the header name.
getName() - Method in interface com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageContainerClient
Gets the container name.
getName() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageContainerItem
Gets the name of the container item.
getName() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageItem
Gets the item name.
getNamedKey() - Method in interface com.azure.spring.cloud.core.provider.authentication.NamedKeyProvider
Get the named key properties
getNonProxyHosts() - Method in class com.azure.spring.cloud.core.properties.proxy.HttpProxyProperties
Get the non-proxy hosts.
getNonProxyHosts() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.HttpProxyOptions
Get the http non-proxy host.
getOutputStream() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
Creates and opens an output stream to write data to the block blob.
getOutputStream() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
Checks whether an Azure Storage File can be opened, if the file is not existed, and autoCreateFiles==true, it will create the file on Azure Storage.
getPassword() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
getPassword() - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
 
getPassword() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Get the password
getPassword() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
Get the proxy password.
getPort() - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
 
getPort() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
Get the proxy port.
getPortal() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getPortal() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getPrettyPrintBody() - Method in class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
 
getPrettyPrintBody() - Method in interface com.azure.spring.cloud.core.provider.HttpLoggingOptionsProvider.HttpLoggingOptions
Gets flag to allow pretty printing of message bodies.
getProfile() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider
Get the profile
getProxy() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider
Get the proxy configuration.
getPublishingProfile() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getPublishingProfile() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getReadTimeout() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get the read timeout.
getReadTimeout() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get the http client read timeout.
getRegion() - Method in interface com.azure.spring.cloud.core.properties.resource.AzureResourceMetadata
Get the region of this resource.
getResource(String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
 
getResourceGroup() - Method in interface com.azure.spring.cloud.core.properties.resource.AzureResourceMetadata
Get the resource group of this resource.
getResourceId() - Method in interface com.azure.spring.cloud.core.properties.resource.AzureResourceMetadata
Get the resource id of this resource.
getResourceManagerEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getResourceManagerEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getResources(String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
 
getResponseTimeout() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get the response timeout.
getResponseTimeout() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get the http client response timeout.
getRetry() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider
Get the retry configuration.
getSasToken() - Method in interface com.azure.spring.cloud.core.provider.authentication.SasTokenProvider
Get the SAS token
getServiceType() - Method in interface com.azure.spring.cloud.core.provider.connectionstring.ServiceConnectionStringProvider
Provide the service type this provider supports.
getServiceType() - Method in class com.azure.spring.cloud.core.provider.connectionstring.StaticConnectionStringProvider
 
getSqlManagementEndpoint() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getSqlManagementEndpoint() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getSqlServerHostnameSuffix() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getSqlServerHostnameSuffix() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
getStorageContainerClient(String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
Get StorageContainerClient with specified container name.
getStorageContainerClient(String) - Method in class com.azure.spring.cloud.core.resource.AzureStorageBlobProtocolResolver
 
getStorageContainerClient(String) - Method in class com.azure.spring.cloud.core.resource.AzureStorageFileProtocolResolver
 
getStorageEndpointSuffix() - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
 
getStorageEndpointSuffix() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
The endpoint suffix for storage accounts.
getStorageResource(String, Boolean) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
Get Resource from resource location.
getStorageResource(String, Boolean) - Method in class com.azure.spring.cloud.core.resource.AzureStorageBlobProtocolResolver
 
getStorageResource(String, Boolean) - Method in class com.azure.spring.cloud.core.resource.AzureStorageFileProtocolResolver
 
getStorageType() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
The storageType of ProtocolResolver
getStorageType() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageItem
Gets the storage type.
getStorageType() - Method in class com.azure.spring.cloud.core.resource.AzureStorageBlobProtocolResolver
The storageType of current protocolResolver.
getStorageType() - Method in class com.azure.spring.cloud.core.resource.AzureStorageFileProtocolResolver
The storageType of current protocolResolver.
getSubscriptionId() - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
 
getSubscriptionId() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
Get the subscription id.
getTenantId() - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
 
getTenantId() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.ProfileOptions
Get the tenant id.
getTransportType() - Method in class com.azure.spring.cloud.core.properties.client.AmqpClientProperties
Get the transport type.
getTransportType() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.AmqpClientOptions
Get the AMQP transport type.
getTryTimeout() - Method in class com.azure.spring.cloud.core.properties.retry.AmqpRetryProperties
Get how long to wait until a timeout.
getTryTimeout() - Method in interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.AmqpRetryOptions
Amount of time to wait until a timeout.
getType() - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
 
getType() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
Get the proxy type.
getType() - Method in enum com.azure.spring.cloud.core.resource.StorageType
Gets the string representation of the enum.
getURL() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
Gets the URL of the blob represented by this client.
getURL() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
Get the url of the storage file client.
getUsername() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
getUsername() - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
 
getUsername() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Get the username
getUsername() - Method in interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
Get the proxy username.
getValues() - Method in class com.azure.spring.cloud.core.properties.client.HeaderProperties
Get the values of this header.
getWriteTimeout() - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Get write timeout.
getWriteTimeout() - Method in interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.HttpClientOptions
Get the http client write timeout.

H

HeaderProperties - Class in com.azure.spring.cloud.core.properties.client
Describing a header such as a http header.
HeaderProperties() - Constructor for class com.azure.spring.cloud.core.properties.client.HeaderProperties
 
HttpClientProperties - Class in com.azure.spring.cloud.core.properties.client
Properties shared by all http client builders.
HttpClientProperties() - Constructor for class com.azure.spring.cloud.core.properties.client.HttpClientProperties
 
HttpLoggingOptionsProvider - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe logging options in http-based client sdks options.
HttpLoggingOptionsProvider.HttpLoggingOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe logging options in http-based client sdks options.
HttpLoggingProperties - Class in com.azure.spring.cloud.core.properties.client
Options related to http logging.
HttpLoggingProperties() - Constructor for class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
 
HttpProxyProperties - Class in com.azure.spring.cloud.core.properties.proxy
Extend the proxy properties for HTTP connection
HttpProxyProperties() - Constructor for class com.azure.spring.cloud.core.properties.proxy.HttpProxyProperties
 

I

isManagedIdentityEnabled() - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
isManagedIdentityEnabled() - Method in interface com.azure.spring.cloud.core.provider.authentication.TokenCredentialOptionsProvider.TokenCredentialOptions
Whether to enable managed identity to authenticate with Azure.
isResolvable(AzureProperties) - Method in interface com.azure.spring.cloud.core.credential.AzureCredentialResolver
Is the azure properties resolvable.

K

KeyProvider - Interface in com.azure.spring.cloud.core.provider.authentication
Interface to be implemented by classes that wish to provide the key.

L

lastModified() - Method in class com.azure.spring.cloud.core.resource.StorageBlobResource
 
lastModified() - Method in class com.azure.spring.cloud.core.resource.StorageFileResource
 
listItems(String) - Method in interface com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageContainerClient
Normally, a cloud storage system doesn't support wildcard pattern matching, but support prefix match
listStorageContainers(String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
List all storage containers.
listStorageContainers(String) - Method in class com.azure.spring.cloud.core.resource.AzureStorageBlobProtocolResolver
 
listStorageContainers(String) - Method in class com.azure.spring.cloud.core.resource.AzureStorageFileProtocolResolver
 

M

matcher - Variable in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
Stores the Ant path matcher.

N

NamedKeyProperties - Class in com.azure.spring.cloud.core.properties.authentication
Represents a pojo containing the key and the name of the key.
NamedKeyProperties() - Constructor for class com.azure.spring.cloud.core.properties.authentication.NamedKeyProperties
 
NamedKeyProvider - Interface in com.azure.spring.cloud.core.provider.authentication
Interface to be implemented by classes that wish to provide the named key.

O

OTHER - Enum constant in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Other

P

postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
 
ProxyOptionsProvider - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to provide the proxy options.
ProxyOptionsProvider.AmqpProxyOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe the amqp based client proxy.
ProxyOptionsProvider.HttpProxyOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe the http based client proxy.
ProxyOptionsProvider.ProxyOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe the proxy.
ProxyProperties - Class in com.azure.spring.cloud.core.properties.proxy
Common proxy properties for all Azure SDKs.
ProxyProperties() - Constructor for class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
 

R

resolve(AzureProperties) - Method in interface com.azure.spring.cloud.core.credential.AzureCredentialResolver
Resolve the credential according to the azure properties.
resolve(AzureProperties) - Method in class com.azure.spring.cloud.core.credential.AzureCredentialResolvers
Resolve the Azure credential from the AzureProperties.
resolve(String, ResourceLoader) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
 
resolveResources(String, String) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
List all resources with specified container pattern and item pattern.
RetryOptionsProvider - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to provide the retry options.
RetryOptionsProvider.AmqpRetryOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe amqp related retry options.
RetryOptionsProvider.RetryMode - Enum in com.azure.spring.cloud.core.provider
The retry backoff mode when retrying.
RetryOptionsProvider.RetryOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe retry options.
RetryOptionsProvider.RetryOptions.ExponentialRetryOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe retry options of exponential retry mode.
RetryOptionsProvider.RetryOptions.FixedRetryOptions - Interface in com.azure.spring.cloud.core.provider
Interface to be implemented by classes that wish to describe retry options of fixed retry mode.
RetryProperties - Class in com.azure.spring.cloud.core.properties.retry
Common retry properties for all Azure SDKs.
RetryProperties() - Constructor for class com.azure.spring.cloud.core.properties.retry.RetryProperties
 

S

SasTokenProvider - Interface in com.azure.spring.cloud.core.provider.authentication
Interface to be implemented by classes that wish to provide the sas token.
SERVICE_BUS - Static variable in class com.azure.spring.cloud.core.service.AzureServiceType
The Service Bus service.
ServiceConnectionStringProvider<T> - Interface in com.azure.spring.cloud.core.provider.connectionstring
Service connection string provider to provide the connection string for a service type.
setActiveDirectoryEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the Active Directory login endpoint.
setActiveDirectoryGraphApiVersion(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the Active Directory api version.
setActiveDirectoryGraphEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the Active Directory Graph endpoint.
setActiveDirectoryResourceId(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the resource ID to obtain AD tokens for.
setApplicationId(String) - Method in class com.azure.spring.cloud.core.properties.client.ClientProperties
Set the application id.
setAuthenticationType(String) - Method in class com.azure.spring.cloud.core.properties.proxy.AmqpProxyProperties
Set the authentication type for the proxy.
setAzureApplicationInsightsEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the application insights endpoint.
setAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the data lake analytics job and catalog service dns suffix.
setAzureDataLakeStoreFileSystemEndpointSuffix(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the data lake store filesystem service dns suffix.
setAzureLogAnalyticsEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the log analytics endpoint.
setBaseDelay(Duration) - Method in class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
Set the amount of time to wait between retry attempts.
setClientCertificatePassword(String) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Set the client certificate password.
setClientCertificatePath(String) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Set the client certificate path.
setClientId(String) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Set the client id.
setClientSecret(String) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Set the client secret.
setCloudType(AzureProfileOptionsProvider.CloudType) - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
Set the cloud type.
setConnectionIdleTimeout(Duration) - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Set the connection idle timeout.
setConnectTimeout(Duration) - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Set connect timeout.
setDataLakeEndpointResourceId(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the Data Lake resource ID.
setDelay(Duration) - Method in class com.azure.spring.cloud.core.properties.retry.FixedRetryProperties
Set the amount of time to wait between retry attempts.
setGalleryEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the template gallery endpoint.
setHostname(String) - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
Set proxy hostname.
setKey(String) - Method in class com.azure.spring.cloud.core.properties.authentication.NamedKeyProperties
Set the key of the named key.
setKeyVaultDnsSuffix(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the key vault service dns suffix.
setLevel(HttpLogDetailLevel) - Method in class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
Set the logging detail level.
setManagedIdentityEnabled(boolean) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Whether to enable managed identity.
setManagementEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the management service endpoint.
setMaxDelay(Duration) - Method in class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
Set the maximum permissible amount of time between retry attempts.
setMaximumConnectionPoolSize(Integer) - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Set the max connection pool size.
setMaxRetries(Integer) - Method in class com.azure.spring.cloud.core.properties.retry.ExponentialRetryProperties
Set the maximum number of attempts.
setMaxRetries(Integer) - Method in class com.azure.spring.cloud.core.properties.retry.FixedRetryProperties
Set the maximum number attempts.
setMicrosoftGraphEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the Microsoft Graph endpoint.
setMode(RetryOptionsProvider.RetryMode) - Method in class com.azure.spring.cloud.core.properties.retry.RetryProperties
Set the mode for retry backoff.
setName(String) - Method in class com.azure.spring.cloud.core.properties.authentication.NamedKeyProperties
Set the name of the named key.
setName(String) - Method in class com.azure.spring.cloud.core.properties.client.HeaderProperties
Set the header name.
setNonProxyHosts(String) - Method in class com.azure.spring.cloud.core.properties.proxy.HttpProxyProperties
Set the non-proxy hosts.
setPassword(String) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Set the password.
setPassword(String) - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
Set the password for authentication.
setPort(Integer) - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
Set port.
setPortal(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the management portal URL.
setPrettyPrintBody(Boolean) - Method in class com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
Set whether to pretty print body.
setPublishingProfile(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the publishing settings file URL.
setReadTimeout(Duration) - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Set the read timeout.
setResourceLoader(ResourceLoader) - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver
Set the ResourceLoader that this object runs in.
setResourceManagerEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the resource management endpoint.
setResponseTimeout(Duration) - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Set the response timeout.
setSqlManagementEndpoint(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the sql server management endpoint for mobile commands.
setSqlServerHostnameSuffix(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the dns suffix for sql servers.
setStorageEndpointSuffix(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureEnvironmentProperties
Set the endpoint suffix for storage accounts.
setSubscriptionId(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
Set the subscription id.
setTenantId(String) - Method in class com.azure.spring.cloud.core.properties.profile.AzureProfileProperties
Set the tenant id.
setTransportType(AmqpTransportType) - Method in class com.azure.spring.cloud.core.properties.client.AmqpClientProperties
Set the transport type.
setTryTimeout(Duration) - Method in class com.azure.spring.cloud.core.properties.retry.AmqpRetryProperties
Set how long to wait until a timeout.
setType(String) - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
Set proxy type.
setUsername(String) - Method in class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
Set the username.
setUsername(String) - Method in class com.azure.spring.cloud.core.properties.proxy.ProxyProperties
Set the username used for authentication.
setValues(List<String>) - Method in class com.azure.spring.cloud.core.properties.client.HeaderProperties
Set the values of this header.
setWriteTimeout(Duration) - Method in class com.azure.spring.cloud.core.properties.client.HttpClientProperties
Set write timeout.
StaticConnectionStringProvider<T> - Class in com.azure.spring.cloud.core.provider.connectionstring
A static implementation of ServiceConnectionStringProvider, with static value of connection string.
StaticConnectionStringProvider(T, String) - Constructor for class com.azure.spring.cloud.core.provider.connectionstring.StaticConnectionStringProvider
Create a StaticConnectionStringProvider instance of StaticConnectionStringProvider type and with provided connection string.
STORAGE_BLOB - Static variable in class com.azure.spring.cloud.core.service.AzureServiceType
The Storage Blob service.
STORAGE_FILE_SHARE - Static variable in class com.azure.spring.cloud.core.service.AzureServiceType
The Storage File Share service.
STORAGE_QUEUE - Static variable in class com.azure.spring.cloud.core.service.AzureServiceType
The Storage Queue service.
StorageBlobResource - Class in com.azure.spring.cloud.core.resource
Implements WritableResource for reading and writing objects in Azure StorageAccount blob.
StorageBlobResource(BlobServiceClient, String) - Constructor for class com.azure.spring.cloud.core.resource.StorageBlobResource
Creates a new instance of StorageBlobResource.
StorageBlobResource(BlobServiceClient, String, Boolean) - Constructor for class com.azure.spring.cloud.core.resource.StorageBlobResource
Creates a new instance of StorageBlobResource.
StorageBlobResource(BlobServiceClient, String, Boolean, String, String, String) - Constructor for class com.azure.spring.cloud.core.resource.StorageBlobResource
Creates a new instance of StorageBlobResource.
StorageContainerItem(String) - Constructor for class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageContainerItem
StorageFileResource - Class in com.azure.spring.cloud.core.resource
Implements WritableResource for reading and writing objects in Azure StorageAccount file.
StorageFileResource(ShareServiceClient, String) - Constructor for class com.azure.spring.cloud.core.resource.StorageFileResource
Creates a new instance of StorageFileResource.
StorageFileResource(ShareServiceClient, String, boolean) - Constructor for class com.azure.spring.cloud.core.resource.StorageFileResource
Creates a new instance of StorageFileResource.
StorageFileResource(ShareServiceClient, String, boolean, String) - Constructor for class com.azure.spring.cloud.core.resource.StorageFileResource
Creates a new instance of StorageFileResource.
StorageItem(String, String, StorageType) - Constructor for class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageItem
StorageRuntimeException - Exception in com.azure.spring.cloud.core.resource
The Azure Storage specific NestedRuntimeException.
StorageRuntimeException(String) - Constructor for exception com.azure.spring.cloud.core.resource.StorageRuntimeException
Creates a new instance of StorageRuntimeException.
StorageRuntimeException(String, Throwable) - Constructor for exception com.azure.spring.cloud.core.resource.StorageRuntimeException
Creates a new instance of StorageRuntimeException.
StorageType - Enum in com.azure.spring.cloud.core.resource
Azure Storage Account types.

T

toAzureManagementEnvironment() - Method in interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
 
TokenCredentialOptionsProvider - Interface in com.azure.spring.cloud.core.provider.authentication
Interface to be implemented by classes that wish to provide the token credential options.
TokenCredentialOptionsProvider.TokenCredentialOptions - Interface in com.azure.spring.cloud.core.provider.authentication
Interface to be implemented by classes that wish to describe the token credential related options.
TokenCredentialProperties - Class in com.azure.spring.cloud.core.properties.authentication
Azure properties used for getting token credential.
TokenCredentialProperties() - Constructor for class com.azure.spring.cloud.core.properties.authentication.TokenCredentialProperties
 
toResourceLocation() - Method in class com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageItem
Gets the resource location equivalent for this item.

V

valueOf(String) - Static method in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.spring.cloud.core.resource.StorageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.spring.cloud.core.resource.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N O P R S T V 
All Classes and Interfaces|All Packages|Serialized Form