public class AzureStorageCredentialsInfo extends Object
Constructor and Description |
---|
AzureStorageCredentialsInfo() |
Modifier and Type | Method and Description |
---|---|
String |
accountKey()
Get storage account key.
|
KeyVaultSecretReference |
accountKeySecretReference()
Get information about KeyVault secret storing the storage account key.
|
AzureStorageCredentialsInfo |
withAccountKey(String accountKey)
Set storage account key.
|
AzureStorageCredentialsInfo |
withAccountKeySecretReference(KeyVaultSecretReference accountKeySecretReference)
Set information about KeyVault secret storing the storage account key.
|
public String accountKey()
public AzureStorageCredentialsInfo withAccountKey(String accountKey)
accountKey
- the accountKey value to setpublic KeyVaultSecretReference accountKeySecretReference()
public AzureStorageCredentialsInfo withAccountKeySecretReference(KeyVaultSecretReference accountKeySecretReference)
accountKeySecretReference
- the accountKeySecretReference value to setCopyright © 2019. All rights reserved.