次の方法で共有


OperationalInsightsSavedSearchData.FunctionParameters プロパティ

定義

クエリが関数として機能する場合の省略可能な関数パラメーター。 値は、'param-name1:type1 = default_value1、param-name2:type2 = default_value2' の形式にする必要があります。 その他の例と適切な構文については、 を https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions参照してください。

public string FunctionParameters { get; set; }
member this.FunctionParameters : string with get, set
Public Property FunctionParameters As String

プロパティ値

適用対象