public final class LogicAppReceiver extends Object
| Constructor and Description |
|---|
LogicAppReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
callbackUrl()
Get the callbackUrl property: The callback url where http request sent to.
|
String |
name()
Get the name property: The name of the logic app receiver.
|
String |
resourceId()
Get the resourceId property: The azure resource id of the logic app receiver.
|
boolean |
useCommonAlertSchema()
Get the useCommonAlertSchema property: Indicates whether to use common alert schema.
|
void |
validate()
Validates the instance.
|
LogicAppReceiver |
withCallbackUrl(String callbackUrl)
Set the callbackUrl property: The callback url where http request sent to.
|
LogicAppReceiver |
withName(String name)
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.
|
public String name()
public LogicAppReceiver withName(String name)
name - the name value to set.public String resourceId()
public LogicAppReceiver withResourceId(String resourceId)
resourceId - the resourceId value to set.public String callbackUrl()
public LogicAppReceiver withCallbackUrl(String callbackUrl)
callbackUrl - the callbackUrl value to set.public boolean useCommonAlertSchema()
public LogicAppReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)
useCommonAlertSchema - the useCommonAlertSchema value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.