Class KeyVaultKeyReference
java.lang.Object
com.microsoft.azure.management.compute.KeyVaultKeyReference
Describes a reference to Key Vault Key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkeyUrl()
Get the URL referencing a key encryption key in Key Vault.com.microsoft.azure.SubResource
Get the relative URL of the Key Vault containing the key.withKeyUrl
(String keyUrl) Set the URL referencing a key encryption key in Key Vault.withSourceVault
(com.microsoft.azure.SubResource sourceVault) Set the relative URL of the Key Vault containing the key.
-
Constructor Details
-
KeyVaultKeyReference
public KeyVaultKeyReference()
-
-
Method Details
-
keyUrl
Get the URL referencing a key encryption key in Key Vault.- Returns:
- the keyUrl value
-
withKeyUrl
Set the URL referencing a key encryption key in Key Vault.- Parameters:
keyUrl
- the keyUrl value to set- Returns:
- the KeyVaultKeyReference object itself.
-
sourceVault
public com.microsoft.azure.SubResource sourceVault()Get the relative URL of the Key Vault containing the key.- Returns:
- the sourceVault value
-
withSourceVault
Set the relative URL of the Key Vault containing the key.- Parameters:
sourceVault
- the sourceVault value to set- Returns:
- the KeyVaultKeyReference object itself.
-