KeyVaultAndKeyReference Class
- java.
lang. Object - com.
microsoft. azure. management. compute. KeyVaultAndKeyReference
- com.
public class KeyVaultAndKeyReference
Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
keyUrl()
Get the keyUrl value. |
Source |
sourceVault()
Get the sourceVault value. |
Key |
withKeyUrl(String keyUrl)
Set the keyUrl value. |
Key |
withSourceVault(SourceVault sourceVault)
Set the sourceVault value. |
Method Details
keyUrl
public String keyUrl()
Get the keyUrl value.
Returns:
sourceVault
public SourceVault sourceVault()
Get the sourceVault value.
Returns:
withKeyUrl
public KeyVaultAndKeyReference withKeyUrl(String keyUrl)
Set the keyUrl value.
Parameters:
Returns:
withSourceVault
public KeyVaultAndKeyReference withSourceVault(SourceVault sourceVault)
Set the sourceVault value.
Parameters:
Returns:
Applies to
Azure SDK for Java