Class KeyVaultSecretReference
java.lang.Object
com.microsoft.azure.management.batchai.KeyVaultSecretReference
Key Vault Secret reference.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the URL referencing a secret in the Key Vault.Get fully qualified resource indentifier of the Key Vault.withSecretUrl
(String secretUrl) Set the URL referencing a secret in the Key Vault.withSourceVault
(ResourceId sourceVault) Set fully qualified resource indentifier of the Key Vault.
-
Constructor Details
-
KeyVaultSecretReference
public KeyVaultSecretReference()
-
-
Method Details
-
sourceVault
Get fully qualified resource indentifier of the Key Vault.- Returns:
- the sourceVault value
-
withSourceVault
Set fully qualified resource indentifier of the Key Vault.- Parameters:
sourceVault
- the sourceVault value to set- Returns:
- the KeyVaultSecretReference object itself.
-
secretUrl
Get the URL referencing a secret in the Key Vault.- Returns:
- the secretUrl value
-
withSecretUrl
Set the URL referencing a secret in the Key Vault.- Parameters:
secretUrl
- the secretUrl value to set- Returns:
- the KeyVaultSecretReference object itself.
-