### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.LogicAppReceiver"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver"
name: "LogicAppReceiver"
nameWithType: "LogicAppReceiver"
summary: "A logic app receiver."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **LogicAppReceiver**"
constructors:
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.LogicAppReceiver()"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.LogicAppReceiver()"
name: "LogicAppReceiver()"
nameWithType: "LogicAppReceiver.LogicAppReceiver()"
syntax: "public LogicAppReceiver()"
methods:
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.callbackUrl()"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.callbackUrl()"
name: "callbackUrl()"
nameWithType: "LogicAppReceiver.callbackUrl()"
summary: "Get the callback url where http request sent to."
syntax: "public String callbackUrl()"
desc: "Get the callback url where http request sent to."
returns:
description: "the callbackUrl value"
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.name()"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.name()"
name: "name()"
nameWithType: "LogicAppReceiver.name()"
summary: "Get the name of the logic app receiver."
syntax: "public String name()"
desc: "Get the name of the logic app receiver. Names must be unique across all receivers within an action group."
returns:
description: "the name value"
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.resourceId()"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.resourceId()"
name: "resourceId()"
nameWithType: "LogicAppReceiver.resourceId()"
summary: "Get the azure resource id of the logic app receiver."
syntax: "public String resourceId()"
desc: "Get the azure resource id of the logic app receiver."
returns:
description: "the resourceId value"
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.useCommonAlertSchema()"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.useCommonAlertSchema()"
name: "useCommonAlertSchema()"
nameWithType: "LogicAppReceiver.useCommonAlertSchema()"
summary: "Get indicates whether to use common alert schema."
syntax: "public boolean useCommonAlertSchema()"
desc: "Get indicates whether to use common alert schema."
returns:
description: "the useCommonAlertSchema value"
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.withCallbackUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.withCallbackUrl(String callbackUrl)"
name: "withCallbackUrl(String callbackUrl)"
nameWithType: "LogicAppReceiver.withCallbackUrl(String callbackUrl)"
summary: "Set the callback url where http request sent to."
parameters:
- description: "the callbackUrl value to set"
name: "callbackUrl"
type: ""
syntax: "public LogicAppReceiver withCallbackUrl(String callbackUrl)"
desc: "Set the callback url where http request sent to."
returns:
description: "the LogicAppReceiver object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.withName(String name)"
name: "withName(String name)"
nameWithType: "LogicAppReceiver.withName(String name)"
summary: "Set the name of the logic app receiver."
parameters:
- description: "the name value to set"
name: "name"
type: ""
syntax: "public LogicAppReceiver withName(String name)"
desc: "Set the name of the logic app receiver. Names must be unique across all receivers within an action group."
returns:
description: "the LogicAppReceiver object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.withResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "LogicAppReceiver.withResourceId(String resourceId)"
summary: "Set the azure resource id of the logic app receiver."
parameters:
- description: "the resourceId value to set"
name: "resourceId"
type: ""
syntax: "public LogicAppReceiver withResourceId(String resourceId)"
desc: "Set the azure resource id of the logic app receiver."
returns:
description: "the LogicAppReceiver object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.LogicAppReceiver.withUseCommonAlertSchema(boolean)"
fullName: "com.microsoft.azure.management.monitor.LogicAppReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
name: "withUseCommonAlertSchema(boolean useCommonAlertSchema)"
nameWithType: "LogicAppReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
summary: "Set indicates whether to use common alert schema."
parameters:
- description: "the useCommonAlertSchema value to set"
name: "useCommonAlertSchema"
type: ""
syntax: "public LogicAppReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)"
desc: "Set indicates whether to use common alert schema."
returns:
description: "the LogicAppReceiver object itself."
type: ""
type: "class"
desc: "A logic app receiver."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4