azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.6 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogicAppReceiver withCallbackUrl(String callbackUrl)"
desc: "Set the callback url where http request sent to."
returns:
description: "the LogicAppReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogicAppReceiver?alt=com.microsoft.azure.management.monitor.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.monitor.LogicAppReceiver?alt=com.microsoft.azure.management.monitor.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogicAppReceiver withResourceId(String resourceId)"
desc: "Set the azure resource id of the logic app receiver."
returns:
description: "the LogicAppReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogicAppReceiver?alt=com.microsoft.azure.management.monitor.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogicAppReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)"
desc: "Set indicates whether to use common alert schema."
returns:
description: "the LogicAppReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogicAppReceiver?alt=com.microsoft.azure.management.monitor.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A logic app receiver."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4