Compartir a través de


BlobStorageSecretsRepository.ReadAsync(ScriptSecretsType, String) Método

Definición

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)

Parámetros

functionName
String

Devoluciones

Implementaciones

Se aplica a