Uses of Interface
com.azure.spring.cloud.core.properties.AzureProperties
Packages that use AzureProperties
Package
Description
Credential abstraction for Azure service client builder.
-
Uses of AzureProperties in com.azure.spring.cloud.core.credential
Methods in com.azure.spring.cloud.core.credential with parameters of type AzurePropertiesModifier and TypeMethodDescriptionbooleanAzureCredentialResolver.isResolvable(AzureProperties properties) Is the azure properties resolvable.AzureCredentialResolver.resolve(AzureProperties properties) Resolve the credential according to the azure properties.AzureCredentialResolvers.resolve(AzureProperties azureProperties) Resolve the Azure credential from theAzureProperties.