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:
the keyUrl value
sourceVault
public SourceVault sourceVault()
Get the sourceVault value.
Returns:
the sourceVault value
withKeyUrl
public KeyVaultAndKeyReference withKeyUrl(String keyUrl)
Set the keyUrl value.
Parameters:
keyUrl
- the keyUrl value to set
Returns:
the KeyVaultAndKeyReference object itself.
withSourceVault
public KeyVaultAndKeyReference withSourceVault(SourceVault sourceVault)
Set the sourceVault value.
Parameters:
sourceVault
- the sourceVault value to set
Returns:
the KeyVaultAndKeyReference object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java