azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

174 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver"
fullName: "com.azure.resourcemanager.monitor.models.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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **LogicAppReceiver**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.LogicAppReceiver()"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.LogicAppReceiver()"
name: "LogicAppReceiver()"
nameWithType: "LogicAppReceiver.LogicAppReceiver()"
summary: "Creates an instance of Logic<wbr>App<wbr>Receiver class."
syntax: "public LogicAppReceiver()"
desc: "Creates an instance of LogicAppReceiver class."
methods:
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.callbackUrl()"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.callbackUrl()"
name: "callbackUrl()"
nameWithType: "LogicAppReceiver.callbackUrl()"
summary: "Get the callback<wbr>Url property: The callback url where http request sent to."
syntax: "public String callbackUrl()"
desc: "Get the callbackUrl property: The callback url where http request sent to."
returns:
description: "the callbackUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "LogicAppReceiver.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Logic<wbr>App<wbr>Receiver from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LogicAppReceiver fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LogicAppReceiver from the JsonReader."
returns:
description: "An instance of LogicAppReceiver if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.name()"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.name()"
name: "name()"
nameWithType: "LogicAppReceiver.name()"
summary: "Get the name property: The name of the logic app receiver."
syntax: "public String name()"
desc: "Get the name property: The name of the logic app receiver. Names must be unique across all receivers within an action group."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.resourceId()"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.resourceId()"
name: "resourceId()"
nameWithType: "LogicAppReceiver.resourceId()"
summary: "Get the resource<wbr>Id property: The azure resource id of the logic app receiver."
syntax: "public String resourceId()"
desc: "Get the resourceId property: The azure resource id of the logic app receiver."
returns:
description: "the resourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "LogicAppReceiver.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.useCommonAlertSchema()"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.useCommonAlertSchema()"
name: "useCommonAlertSchema()"
nameWithType: "LogicAppReceiver.useCommonAlertSchema()"
summary: "Get the use<wbr>Common<wbr>Alert<wbr>Schema property: Indicates whether to use common alert schema."
syntax: "public Boolean useCommonAlertSchema()"
desc: "Get the useCommonAlertSchema property: Indicates whether to use common alert schema."
returns:
description: "the useCommonAlertSchema value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.validate()"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.validate()"
name: "validate()"
nameWithType: "LogicAppReceiver.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withCallbackUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withCallbackUrl(String callbackUrl)"
name: "withCallbackUrl(String callbackUrl)"
nameWithType: "LogicAppReceiver.withCallbackUrl(String callbackUrl)"
summary: "Set the callback<wbr>Url property: The callback url where http request sent to."
parameters:
- description: "the callbackUrl value to set."
name: "callbackUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LogicAppReceiver withCallbackUrl(String callbackUrl)"
desc: "Set the callbackUrl property: The callback url where http request sent to."
returns:
description: "the LogicAppReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withName(String name)"
name: "withName(String name)"
nameWithType: "LogicAppReceiver.withName(String name)"
summary: "Set the name property: The name of the logic app receiver."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LogicAppReceiver withName(String name)"
desc: "Set the name property: 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.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "LogicAppReceiver.withResourceId(String resourceId)"
summary: "Set the resource<wbr>Id property: The azure resource id of the logic app receiver."
parameters:
- description: "the resourceId value to set."
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LogicAppReceiver withResourceId(String resourceId)"
desc: "Set the resourceId property: The azure resource id of the logic app receiver."
returns:
description: "the LogicAppReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withUseCommonAlertSchema(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.monitor.models.LogicAppReceiver.withUseCommonAlertSchema(Boolean useCommonAlertSchema)"
name: "withUseCommonAlertSchema(Boolean useCommonAlertSchema)"
nameWithType: "LogicAppReceiver.withUseCommonAlertSchema(Boolean useCommonAlertSchema)"
summary: "Set the use<wbr>Common<wbr>Alert<wbr>Schema property: Indicates whether to use common alert schema."
parameters:
- description: "the useCommonAlertSchema value to set."
name: "useCommonAlertSchema"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LogicAppReceiver withUseCommonAlertSchema(Boolean useCommonAlertSchema)"
desc: "Set the useCommonAlertSchema property: Indicates whether to use common alert schema."
returns:
description: "the LogicAppReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A logic app receiver."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.LogicAppReceiver?alt=com.azure.resourcemanager.monitor.models.LogicAppReceiver&text=LogicAppReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0