Package io.micronaut.azure.credentials
Interface AzureCredentialsConfiguration.StorageSharedKeyCredentialConfiguration
- Enclosing interface:
- AzureCredentialsConfiguration
@ConfigurationProperties("storage-shared-key")
public static interface AzureCredentialsConfiguration.StorageSharedKeyCredentialConfiguration
Configuration properties for configuring a
StorageSharedKeyCredential
.-
Field Details
-
NAME
- See Also:
-
PREFIX
- See Also:
-
CONNECTION_STRING
- See Also:
-
ACCOUNT_NAME
- See Also:
-
ACCOUNT_KEY
- See Also:
-
-
Method Details
-
getConnectionString
- Returns:
- an Azure Storage connection string.
-
getAccountName
- Returns:
- an Azure Storage account name.
-
getAccountKey
- Returns:
- an Azure Storage account password.
-