Uses of Class
com.azure.resourcemanager.monitor.models.LogicAppReceiver
Packages that use LogicAppReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of LogicAppReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type LogicAppReceiverModifier and TypeMethodDescriptionActionGroup.logicAppReceivers()Get the logicAppReceivers property: The list of logic app receivers that are part of this action group.ActionGroupResourceInner.logicAppReceivers()Get the logicAppReceivers property: The list of logic app receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type LogicAppReceiverModifier and TypeMethodDescriptionActionGroup.withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers) Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.ActionGroupResourceInner.withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers) Set the logicAppReceivers property: The list of logic app receivers that are part of this action group. -
Uses of LogicAppReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LogicAppReceiverModifier and TypeMethodDescriptionstatic LogicAppReceiverLogicAppReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogicAppReceiver from the JsonReader.LogicAppReceiver.withCallbackUrl(String callbackUrl) Set the callbackUrl property: The callback url where http request sent to.Set the name property: The name of the logic app receiver.LogicAppReceiver.withResourceId(String resourceId) Set the resourceId property: The azure resource id of the logic app receiver.LogicAppReceiver.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 LogicAppReceiverModifier and TypeMethodDescriptionActionGroup.logicAppReceivers()Get the logicAppReceivers value.NotificationRequestBody.logicAppReceivers()Get the logicAppReceivers property: The list of logic app receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogicAppReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers) Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.