Class KeyVaultAndSecretReference
java.lang.Object
com.microsoft.azure.management.compute.KeyVaultAndSecretReference
Key Vault Secret Url and vault id of the encryption key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet url pointing to a key or secret in KeyVault.Get resource id of the KeyVault containing the key or secret.withSecretUrl
(String secretUrl) Set url pointing to a key or secret in KeyVault.withSourceVault
(SourceVault sourceVault) Set resource id of the KeyVault containing the key or secret.
-
Constructor Details
-
KeyVaultAndSecretReference
public KeyVaultAndSecretReference()
-
-
Method Details
-
sourceVault
Get resource id of the KeyVault containing the key or secret.- Returns:
- the sourceVault value
-
withSourceVault
Set resource id of the KeyVault containing the key or secret.- Parameters:
sourceVault
- the sourceVault value to set- Returns:
- the KeyVaultAndSecretReference object itself.
-
secretUrl
Get url pointing to a key or secret in KeyVault.- Returns:
- the secretUrl value
-
withSecretUrl
Set url pointing to a key or secret in KeyVault.- Parameters:
secretUrl
- the secretUrl value to set- Returns:
- the KeyVaultAndSecretReference object itself.
-