Uses of Class
com.azure.resourcemanager.monitor.models.AzureFunctionReceiver
Packages that use AzureFunctionReceiver
Package
Description
Package containing the inner data models for MonitorClient.
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 AzureFunctionReceiverModifier and TypeMethodDescriptionActionGroup.azureFunctionReceivers()
Get the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.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 AzureFunctionReceiverModifier and TypeMethodDescriptionActionGroup.withAzureFunctionReceivers
(List<AzureFunctionReceiver> azureFunctionReceivers) Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.ActionGroupResourceInner.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 AzureFunctionReceiverModifier and TypeMethodDescriptionstatic AzureFunctionReceiver
AzureFunctionReceiver.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFunctionReceiver from the JsonReader.AzureFunctionReceiver.withFunctionAppResourceId
(String functionAppResourceId) Set the functionAppResourceId property: The azure resource id of the function app.AzureFunctionReceiver.withFunctionName
(String functionName) Set the functionName property: The function name in the function app.AzureFunctionReceiver.withHttpTriggerUrl
(String httpTriggerUrl) Set the httpTriggerUrl property: The http trigger url where http request sent to.Set the name property: The name of the azure function receiver.AzureFunctionReceiver.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 AzureFunctionReceiverModifier and TypeMethodDescriptionActionGroup.azureFunctionReceivers()
Get the azureFunctionReceivers value.NotificationRequestBody.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.models with type arguments of type AzureFunctionReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withAzureFunctionReceivers
(List<AzureFunctionReceiver> azureFunctionReceivers) Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.