Uses of Class
com.microsoft.azure.management.monitor.AzureFunctionReceiver
-
-
Uses of AzureFunctionReceiver in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return AzureFunctionReceiver Modifier and Type Method Description AzureFunctionReceiverAzureFunctionReceiver. withFunctionAppResourceId(String functionAppResourceId)Set the azure resource id of the function app.AzureFunctionReceiverAzureFunctionReceiver. withFunctionName(String functionName)Set the function name in the function app.AzureFunctionReceiverAzureFunctionReceiver. withHttpTriggerUrl(String httpTriggerUrl)Set the http trigger url where http request sent to.AzureFunctionReceiverAzureFunctionReceiver. withName(String name)Set the name of the azure function receiver.Methods in com.microsoft.azure.management.monitor that return types with arguments of type AzureFunctionReceiver Modifier and Type Method Description List<AzureFunctionReceiver>ActionGroup. azureFunctionReceivers()Get the azureFunctionReceivers value.
-