ISecretManager.SetSecretAsync(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a secret in the specified vault.
public System.Threading.Tasks.Task SetSecretAsync (string vaultBaseUrl, string secretName, string value);
abstract member SetSecretAsync : string * string * string -> System.Threading.Tasks.Task
Public Function SetSecretAsync (vaultBaseUrl As String, secretName As String, value As String) As Task
Parameters
- vaultBaseUrl
- String
The URL for the vault containing the secrets. The format of this should be like: https://{yourkeyvault}.vault.azure.net
- secretName
- String
The name of the secret in the given vault.
- value
- String
The value of the secret.