156 строки
10 KiB
YAML
156 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.ItsmReceiver"
|
|
fullName: "com.microsoft.azure.management.monitor.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: "<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 **ItsmReceiver**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.ItsmReceiver()"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.ItsmReceiver()"
|
|
name: "ItsmReceiver()"
|
|
nameWithType: "ItsmReceiver.ItsmReceiver()"
|
|
syntax: "public ItsmReceiver()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.connectionId()"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.connectionId()"
|
|
name: "connectionId()"
|
|
nameWithType: "ItsmReceiver.connectionId()"
|
|
summary: "Get unique identification of ITSM connection among multiple defined in above workspace."
|
|
syntax: "public String connectionId()"
|
|
desc: "Get unique identification of ITSM connection among multiple defined in above workspace."
|
|
returns:
|
|
description: "the connectionId 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.ItsmReceiver.name()"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.name()"
|
|
name: "name()"
|
|
nameWithType: "ItsmReceiver.name()"
|
|
summary: "Get the name of the Itsm receiver."
|
|
syntax: "public String name()"
|
|
desc: "Get the name of the Itsm 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.ItsmReceiver.region()"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.region()"
|
|
name: "region()"
|
|
nameWithType: "ItsmReceiver.region()"
|
|
summary: "Get region in which workspace resides."
|
|
syntax: "public String region()"
|
|
desc: "Get region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'."
|
|
returns:
|
|
description: "the region 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.ItsmReceiver.ticketConfiguration()"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.ticketConfiguration()"
|
|
name: "ticketConfiguration()"
|
|
nameWithType: "ItsmReceiver.ticketConfiguration()"
|
|
summary: "Get jSON blob for the configurations of the ITSM action."
|
|
syntax: "public String ticketConfiguration()"
|
|
desc: "Get 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.withConnectionId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.withConnectionId(String connectionId)"
|
|
name: "withConnectionId(String connectionId)"
|
|
nameWithType: "ItsmReceiver.withConnectionId(String connectionId)"
|
|
summary: "Set unique identification of ITSM connection among multiple defined in above workspace."
|
|
parameters:
|
|
- description: "the connectionId value to set"
|
|
name: "connectionId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ItsmReceiver withConnectionId(String connectionId)"
|
|
desc: "Set unique identification of ITSM connection among multiple defined in above workspace."
|
|
returns:
|
|
description: "the ItsmReceiver object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.ItsmReceiver?alt=com.microsoft.azure.management.monitor.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ItsmReceiver.withName(String name)"
|
|
summary: "Set the name of the Itsm 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 ItsmReceiver withName(String name)"
|
|
desc: "Set 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.microsoft.azure.management.monitor.ItsmReceiver?alt=com.microsoft.azure.management.monitor.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.withRegion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.withRegion(String region)"
|
|
name: "withRegion(String region)"
|
|
nameWithType: "ItsmReceiver.withRegion(String region)"
|
|
summary: "Set region in which workspace resides."
|
|
parameters:
|
|
- description: "the region value to set"
|
|
name: "region"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ItsmReceiver withRegion(String region)"
|
|
desc: "Set 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.microsoft.azure.management.monitor.ItsmReceiver?alt=com.microsoft.azure.management.monitor.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.withTicketConfiguration(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.withTicketConfiguration(String ticketConfiguration)"
|
|
name: "withTicketConfiguration(String ticketConfiguration)"
|
|
nameWithType: "ItsmReceiver.withTicketConfiguration(String ticketConfiguration)"
|
|
summary: "Set jSON blob for the configurations of the ITSM action."
|
|
parameters:
|
|
- description: "the ticketConfiguration value to set"
|
|
name: "ticketConfiguration"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ItsmReceiver withTicketConfiguration(String ticketConfiguration)"
|
|
desc: "Set 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.microsoft.azure.management.monitor.ItsmReceiver?alt=com.microsoft.azure.management.monitor.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.withWorkspaceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.withWorkspaceId(String workspaceId)"
|
|
name: "withWorkspaceId(String workspaceId)"
|
|
nameWithType: "ItsmReceiver.withWorkspaceId(String workspaceId)"
|
|
summary: "Set oMS LA instance identifier."
|
|
parameters:
|
|
- description: "the workspaceId value to set"
|
|
name: "workspaceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ItsmReceiver withWorkspaceId(String workspaceId)"
|
|
desc: "Set oMS LA instance identifier."
|
|
returns:
|
|
description: "the ItsmReceiver object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.ItsmReceiver?alt=com.microsoft.azure.management.monitor.ItsmReceiver&text=ItsmReceiver\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.ItsmReceiver.workspaceId()"
|
|
fullName: "com.microsoft.azure.management.monitor.ItsmReceiver.workspaceId()"
|
|
name: "workspaceId()"
|
|
nameWithType: "ItsmReceiver.workspaceId()"
|
|
summary: "Get oMS LA instance identifier."
|
|
syntax: "public String workspaceId()"
|
|
desc: "Get oMS LA instance identifier."
|
|
returns:
|
|
description: "the workspaceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An Itsm receiver."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|