FileSystemSecretsRepository.ReadAsync(ScriptSecretsType, 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.
public System.Threading.Tasks.Task<string> ReadAsync (Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretsType type, string functionName);
abstract member ReadAsync : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretsType * string -> System.Threading.Tasks.Task<string>
override this.ReadAsync : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretsType * string -> System.Threading.Tasks.Task<string>
Public Function ReadAsync (type As ScriptSecretsType, functionName As String) As Task(Of String)
Parameters
- type
- ScriptSecretsType
- functionName
- String