mwt-ds/Crawl/AzureMLTopic/function.json

19 строки
353 B
JSON
Исходник Обычный вид История

2017-05-27 04:04:02 +03:00
{
"scriptFile": "..\\bin\\Crawl.dll",
"entryPoint": "Microsoft.DecisionService.Crawl.AzureMLTopic.Run",
"bindings": [
{
"authLevel": "function",
"name": "req",
"type": "httpTrigger",
"direction": "in"
},
{
"name": "$return",
"type": "http",
"direction": "out"
}
],
"disabled": false
}