SecretManager.GetFunctionSecretsAsync(String, Boolean) 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.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string,string>> GetFunctionSecretsAsync (string functionName, bool merged = false);
abstract member GetFunctionSecretsAsync : string * bool -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, string>>
override this.GetFunctionSecretsAsync : string * bool -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, string>>
Public Overridable Function GetFunctionSecretsAsync (functionName As String, Optional merged As Boolean = false) As Task(Of IDictionary(Of String, String))
Parameters
- functionName
- String
- merged
- Boolean