public class KeyVaultProperties extends Object
Constructor and Description |
---|
KeyVaultProperties() |
Modifier and Type | Method and Description |
---|---|
String |
keyName()
Get the name of KeyVault key.
|
String |
keyVaultUri()
Get the Uri of KeyVault.
|
String |
keyVersion()
Get the version of KeyVault key.
|
KeyVaultProperties |
withKeyName(String keyName)
Set the name of KeyVault key.
|
KeyVaultProperties |
withKeyVaultUri(String keyVaultUri)
Set the Uri of KeyVault.
|
KeyVaultProperties |
withKeyVersion(String keyVersion)
Set the version of KeyVault key.
|
public String keyName()
public KeyVaultProperties withKeyName(String keyName)
keyName
- the keyName value to setpublic String keyVersion()
public KeyVaultProperties withKeyVersion(String keyVersion)
keyVersion
- the keyVersion value to setpublic String keyVaultUri()
public KeyVaultProperties withKeyVaultUri(String keyVaultUri)
keyVaultUri
- the keyVaultUri value to setCopyright © 2019. All rights reserved.