共用方式為


IFunctionApp.ListFunctionKeys(String) 方法

定義

擷取特定函式的函式索引鍵。

public System.Collections.Generic.IReadOnlyDictionary<string,string> ListFunctionKeys (string functionName);
abstract member ListFunctionKeys : string -> System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Function ListFunctionKeys (functionName As String) As IReadOnlyDictionary(Of String, String)

參數

functionName
String

函數的名稱。

傳回

適用於