Class LogicAppReceiver
java.lang.Object
com.microsoft.azure.management.monitor.LogicAppReceiver
A logic app receiver.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the callback url where http request sent to.name()
Get the name of the logic app receiver.Get the azure resource id of the logic app receiver.boolean
Get indicates whether to use common alert schema.withCallbackUrl
(String callbackUrl) Set the callback url where http request sent to.Set the name of the logic app receiver.withResourceId
(String resourceId) Set the azure resource id of the logic app receiver.withUseCommonAlertSchema
(boolean useCommonAlertSchema) Set indicates whether to use common alert schema.
-
Constructor Details
-
LogicAppReceiver
public LogicAppReceiver()
-
-
Method Details
-
name
Get the name of the logic app receiver. Names must be unique across all receivers within an action group.- Returns:
- the name value
-
withName
Set the name of the logic app receiver. Names must be unique across all receivers within an action group.- Parameters:
name
- the name value to set- Returns:
- the LogicAppReceiver object itself.
-
resourceId
Get the azure resource id of the logic app receiver.- Returns:
- the resourceId value
-
withResourceId
Set the azure resource id of the logic app receiver.- Parameters:
resourceId
- the resourceId value to set- Returns:
- the LogicAppReceiver object itself.
-
callbackUrl
Get the callback url where http request sent to.- Returns:
- the callbackUrl value
-
withCallbackUrl
Set the callback url where http request sent to.- Parameters:
callbackUrl
- the callbackUrl value to set- Returns:
- the LogicAppReceiver object itself.
-
useCommonAlertSchema
public boolean useCommonAlertSchema()Get indicates whether to use common alert schema.- Returns:
- the useCommonAlertSchema value
-
withUseCommonAlertSchema
Set indicates whether to use common alert schema.- Parameters:
useCommonAlertSchema
- the useCommonAlertSchema value to set- Returns:
- the LogicAppReceiver object itself.
-