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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java