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

198 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver"
name: "ItsmReceiver"
nameWithType: "ItsmReceiver"
summary: "An Itsm 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 **ItsmReceiver**</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.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.ItsmReceiver()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.ItsmReceiver()"
name: "ItsmReceiver()"
nameWithType: "ItsmReceiver.ItsmReceiver()"
summary: "Creates an instance of Itsm<wbr>Receiver class."
syntax: "public ItsmReceiver()"
desc: "Creates an instance of ItsmReceiver class."
methods:
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.connectionId()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.connectionId()"
name: "connectionId()"
nameWithType: "ItsmReceiver.connectionId()"
summary: "Get the connection<wbr>Id property: Unique identification of ITSM connection among multiple defined in above workspace."
syntax: "public String connectionId()"
desc: "Get the connectionId property: Unique identification of ITSM connection among multiple defined in above workspace."
returns:
description: "the connectionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ItsmReceiver.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Itsm<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 ItsmReceiver 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 ItsmReceiver from the JsonReader."
returns:
description: "An instance of ItsmReceiver 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.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.name()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.name()"
name: "name()"
nameWithType: "ItsmReceiver.name()"
summary: "Get the name property: The name of the Itsm receiver."
syntax: "public String name()"
desc: "Get the name property: The name of the Itsm 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.ItsmReceiver.region()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.region()"
name: "region()"
nameWithType: "ItsmReceiver.region()"
summary: "Get the region property: Region in which workspace resides."
syntax: "public String region()"
desc: "Get the region property: Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'."
returns:
description: "the region value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.ticketConfiguration()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.ticketConfiguration()"
name: "ticketConfiguration()"
nameWithType: "ItsmReceiver.ticketConfiguration()"
summary: "Get the ticket<wbr>Configuration property: JSON blob for the configurations of the ITSM action."
syntax: "public String ticketConfiguration()"
desc: "Get the ticketConfiguration property: JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well."
returns:
description: "the ticketConfiguration value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ItsmReceiver.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.ItsmReceiver.validate()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.validate()"
name: "validate()"
nameWithType: "ItsmReceiver.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withConnectionId(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withConnectionId(String connectionId)"
name: "withConnectionId(String connectionId)"
nameWithType: "ItsmReceiver.withConnectionId(String connectionId)"
summary: "Set the connection<wbr>Id property: Unique identification of ITSM connection among multiple defined in above workspace."
parameters:
- description: "the connectionId value to set."
name: "connectionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ItsmReceiver withConnectionId(String connectionId)"
desc: "Set the connectionId property: Unique identification of ITSM connection among multiple defined in above workspace."
returns:
description: "the ItsmReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withName(String name)"
name: "withName(String name)"
nameWithType: "ItsmReceiver.withName(String name)"
summary: "Set the name property: The name of the Itsm 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 ItsmReceiver withName(String name)"
desc: "Set the name property: The name of the Itsm receiver. Names must be unique across all receivers within an action group."
returns:
description: "the ItsmReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withRegion(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withRegion(String region)"
name: "withRegion(String region)"
nameWithType: "ItsmReceiver.withRegion(String region)"
summary: "Set the region property: Region in which workspace resides."
parameters:
- description: "the region value to set."
name: "region"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ItsmReceiver withRegion(String region)"
desc: "Set the region property: Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'."
returns:
description: "the ItsmReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withTicketConfiguration(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withTicketConfiguration(String ticketConfiguration)"
name: "withTicketConfiguration(String ticketConfiguration)"
nameWithType: "ItsmReceiver.withTicketConfiguration(String ticketConfiguration)"
summary: "Set the ticket<wbr>Configuration property: JSON blob for the configurations of the ITSM action."
parameters:
- description: "the ticketConfiguration value to set."
name: "ticketConfiguration"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ItsmReceiver withTicketConfiguration(String ticketConfiguration)"
desc: "Set the ticketConfiguration property: JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well."
returns:
description: "the ItsmReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withWorkspaceId(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.withWorkspaceId(String workspaceId)"
name: "withWorkspaceId(String workspaceId)"
nameWithType: "ItsmReceiver.withWorkspaceId(String workspaceId)"
summary: "Set the workspace<wbr>Id property: OMS LA instance identifier."
parameters:
- description: "the workspaceId value to set."
name: "workspaceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ItsmReceiver withWorkspaceId(String workspaceId)"
desc: "Set the workspaceId property: OMS LA instance identifier."
returns:
description: "the ItsmReceiver object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.ItsmReceiver.workspaceId()"
fullName: "com.azure.resourcemanager.monitor.models.ItsmReceiver.workspaceId()"
name: "workspaceId()"
nameWithType: "ItsmReceiver.workspaceId()"
summary: "Get the workspace<wbr>Id property: OMS LA instance identifier."
syntax: "public String workspaceId()"
desc: "Get the workspaceId property: OMS LA instance identifier."
returns:
description: "the workspaceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "An Itsm 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.ItsmReceiver?alt=com.azure.resourcemanager.monitor.models.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0