| Modifier and Type | Method and Description |
|---|---|
AzureFunctionReceiver |
AzureFunctionReceiver.withFunctionAppResourceId(String functionAppResourceId)
Set the azure resource id of the function app.
|
AzureFunctionReceiver |
AzureFunctionReceiver.withFunctionName(String functionName)
Set the function name in the function app.
|
AzureFunctionReceiver |
AzureFunctionReceiver.withHttpTriggerUrl(String httpTriggerUrl)
Set the http trigger url where http request sent to.
|
AzureFunctionReceiver |
AzureFunctionReceiver.withName(String name)
Set the name of the azure function receiver.
|
| Modifier and Type | Method and Description |
|---|---|
List<AzureFunctionReceiver> |
ActionGroup.azureFunctionReceivers()
Get the azureFunctionReceivers value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/