public class AzureFunctionReceiver extends Object
| Constructor and Description |
|---|
AzureFunctionReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
functionAppResourceId()
Get the azure resource id of the function app.
|
String |
functionName()
Get the function name in the function app.
|
String |
httpTriggerUrl()
Get the http trigger url where http request sent to.
|
String |
name()
Get the name of the azure function receiver.
|
AzureFunctionReceiver |
withFunctionAppResourceId(String functionAppResourceId)
Set the azure resource id of the function app.
|
AzureFunctionReceiver |
withFunctionName(String functionName)
Set the function name in the function app.
|
AzureFunctionReceiver |
withHttpTriggerUrl(String httpTriggerUrl)
Set the http trigger url where http request sent to.
|
AzureFunctionReceiver |
withName(String name)
Set the name of the azure function receiver.
|
public String name()
public AzureFunctionReceiver withName(String name)
name - the name value to setpublic String functionAppResourceId()
public AzureFunctionReceiver withFunctionAppResourceId(String functionAppResourceId)
functionAppResourceId - the functionAppResourceId value to setpublic String functionName()
public AzureFunctionReceiver withFunctionName(String functionName)
functionName - the functionName value to setpublic String httpTriggerUrl()
public AzureFunctionReceiver withHttpTriggerUrl(String httpTriggerUrl)
httpTriggerUrl - the httpTriggerUrl value to setCopyright © 2019. All rights reserved.