Class ItsmReceiver
java.lang.Object
com.microsoft.azure.management.monitor.ItsmReceiver
An Itsm receiver.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet unique identification of ITSM connection among multiple defined in above workspace.name()
Get the name of the Itsm receiver.region()
Get region in which workspace resides.Get jSON blob for the configurations of the ITSM action.withConnectionId
(String connectionId) Set unique identification of ITSM connection among multiple defined in above workspace.Set the name of the Itsm receiver.withRegion
(String region) Set region in which workspace resides.withTicketConfiguration
(String ticketConfiguration) Set jSON blob for the configurations of the ITSM action.withWorkspaceId
(String workspaceId) Set oMS LA instance identifier.Get oMS LA instance identifier.
-
Constructor Details
-
ItsmReceiver
public ItsmReceiver()
-
-
Method Details
-
name
Get the name of the Itsm receiver. Names must be unique across all receivers within an action group.- Returns:
- the name value
-
withName
Set the name of the Itsm receiver. Names must be unique across all receivers within an action group.- Parameters:
name
- the name value to set- Returns:
- the ItsmReceiver object itself.
-
workspaceId
Get oMS LA instance identifier.- Returns:
- the workspaceId value
-
withWorkspaceId
Set oMS LA instance identifier.- Parameters:
workspaceId
- the workspaceId value to set- Returns:
- the ItsmReceiver object itself.
-
connectionId
Get unique identification of ITSM connection among multiple defined in above workspace.- Returns:
- the connectionId value
-
withConnectionId
Set unique identification of ITSM connection among multiple defined in above workspace.- Parameters:
connectionId
- the connectionId value to set- Returns:
- the ItsmReceiver object itself.
-
ticketConfiguration
Get jSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.- Returns:
- the ticketConfiguration value
-
withTicketConfiguration
Set jSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.- Parameters:
ticketConfiguration
- the ticketConfiguration value to set- Returns:
- the ItsmReceiver object itself.
-
region
Get region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'.- Returns:
- the region value
-
withRegion
Set region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'.- Parameters:
region
- the region value to set- Returns:
- the ItsmReceiver object itself.
-