Uses of Class
com.azure.resourcemanager.monitor.models.AzureFunctionReceiver
-
Packages that use AzureFunctionReceiver Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AzureFunctionReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type AzureFunctionReceiver Modifier and Type Method Description List<AzureFunctionReceiver>ActionGroupResourceInner. azureFunctionReceivers()Get the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AzureFunctionReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. withAzureFunctionReceivers(List<AzureFunctionReceiver> azureFunctionReceivers)Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group. -
Uses of AzureFunctionReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AzureFunctionReceiver Modifier and Type Method Description AzureFunctionReceiverAzureFunctionReceiver. withFunctionAppResourceId(String functionAppResourceId)Set the functionAppResourceId property: The azure resource id of the function app.AzureFunctionReceiverAzureFunctionReceiver. withFunctionName(String functionName)Set the functionName property: The function name in the function app.AzureFunctionReceiverAzureFunctionReceiver. withHttpTriggerUrl(String httpTriggerUrl)Set the httpTriggerUrl property: The http trigger url where http request sent to.AzureFunctionReceiverAzureFunctionReceiver. withName(String name)Set the name property: The name of the azure function receiver.AzureFunctionReceiverAzureFunctionReceiver. withUseCommonAlertSchema(Boolean useCommonAlertSchema)Set the useCommonAlertSchema property: Indicates whether to use common alert schema.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AzureFunctionReceiver Modifier and Type Method Description List<AzureFunctionReceiver>ActionGroup. azureFunctionReceivers()Get the azureFunctionReceivers value.
-