KeyVaultSecretReference Class
- java.
lang. Object - com.
microsoft. azure. management. batchai. KeyVaultSecretReference
- com.
public class KeyVaultSecretReference
Key Vault Secret reference.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
secretUrl()
Get the URL referencing a secret in the Key Vault. |
Resource |
sourceVault()
Get fully qualified resource indentifier of the Key Vault. |
Key |
withSecretUrl(String secretUrl)
Set the URL referencing a secret in the Key Vault. |
Key |
withSourceVault(ResourceId sourceVault)
Set fully qualified resource indentifier of the Key Vault. |
Method Details
secretUrl
public String secretUrl()
Get the URL referencing a secret in the Key Vault.
Returns:
sourceVault
public ResourceId sourceVault()
Get fully qualified resource indentifier of the Key Vault.
Returns:
withSecretUrl
public KeyVaultSecretReference withSecretUrl(String secretUrl)
Set the URL referencing a secret in the Key Vault.
Parameters:
Returns:
withSourceVault
public KeyVaultSecretReference withSourceVault(ResourceId sourceVault)
Set fully qualified resource indentifier of the Key Vault.
Parameters:
Returns:
Applies to
Azure SDK for Java