Uses of Class
com.azure.resourcemanager.monitor.models.LogicAppReceiver
-
Packages that use LogicAppReceiver 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 LogicAppReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type LogicAppReceiver Modifier and Type Method Description List<LogicAppReceiver>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 LogicAppReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. 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 LogicAppReceiver Modifier and Type Method Description LogicAppReceiverLogicAppReceiver. withCallbackUrl(String callbackUrl)Set the callbackUrl property: The callback url where http request sent to.LogicAppReceiverLogicAppReceiver. withName(String name)Set the name property: The name of the logic app receiver.LogicAppReceiverLogicAppReceiver. withResourceId(String resourceId)Set the resourceId property: The azure resource id of the logic app receiver.LogicAppReceiverLogicAppReceiver. 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 LogicAppReceiver Modifier and Type Method Description List<LogicAppReceiver>ActionGroup. logicAppReceivers()Get the logicAppReceivers value.
-