public final class ItsmReceiver extends Object
| Constructor and Description |
|---|
ItsmReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
connectionId()
Get the connectionId property: Unique identification of ITSM connection among multiple defined in above
workspace.
|
String |
name()
Get the name property: The name of the Itsm receiver.
|
String |
region()
Get the region property: Region in which workspace resides.
|
String |
ticketConfiguration()
Get the ticketConfiguration property: JSON blob for the configurations of the ITSM action.
|
void |
validate()
Validates the instance.
|
ItsmReceiver |
withConnectionId(String connectionId)
Set the connectionId property: Unique identification of ITSM connection among multiple defined in above
workspace.
|
ItsmReceiver |
withName(String name)
Set the name property: The name of the Itsm receiver.
|
ItsmReceiver |
withRegion(String region)
Set the region property: Region in which workspace resides.
|
ItsmReceiver |
withTicketConfiguration(String ticketConfiguration)
Set the ticketConfiguration property: JSON blob for the configurations of the ITSM action.
|
ItsmReceiver |
withWorkspaceId(String workspaceId)
Set the workspaceId property: OMS LA instance identifier.
|
String |
workspaceId()
Get the workspaceId property: OMS LA instance identifier.
|
public String name()
public ItsmReceiver withName(String name)
name - the name value to set.public String workspaceId()
public ItsmReceiver withWorkspaceId(String workspaceId)
workspaceId - the workspaceId value to set.public String connectionId()
public ItsmReceiver withConnectionId(String connectionId)
connectionId - the connectionId value to set.public String ticketConfiguration()
public ItsmReceiver withTicketConfiguration(String ticketConfiguration)
ticketConfiguration - the ticketConfiguration value to set.public String region()
public ItsmReceiver withRegion(String region)
region - the region value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.