public class KeyVaultKeyReference extends Object
| Constructor and Description |
|---|
KeyVaultKeyReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyUrl()
Get the URL referencing a key encryption key in Key Vault.
|
SubResource |
sourceVault()
Get the relative URL of the Key Vault containing the key.
|
KeyVaultKeyReference |
withKeyUrl(String keyUrl)
Set the URL referencing a key encryption key in Key Vault.
|
KeyVaultKeyReference |
withSourceVault(SubResource sourceVault)
Set the relative URL of the Key Vault containing the key.
|
public String keyUrl()
public KeyVaultKeyReference withKeyUrl(String keyUrl)
keyUrl - the keyUrl value to setpublic SubResource sourceVault()
public KeyVaultKeyReference withSourceVault(SubResource sourceVault)
sourceVault - the sourceVault value to setCopyright © 2019. All rights reserved.