IFunctionApp.ListFunctionKeys(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取特定函式的函式索引鍵。
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
函數的名稱。