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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java