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 set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/