ItsmReceiver Constructors

Definition

Overloads

ItsmReceiver()

Initializes a new instance of the ItsmReceiver class.

ItsmReceiver(String, String, String, String, String)

Initializes a new instance of the ItsmReceiver class.

ItsmReceiver()

Initializes a new instance of the ItsmReceiver class.

public ItsmReceiver ();
Public Sub New ()

Applies to

ItsmReceiver(String, String, String, String, String)

Initializes a new instance of the ItsmReceiver class.

public ItsmReceiver (string name, string workspaceId, string connectionId, string ticketConfiguration, string region);
new Microsoft.Azure.Management.Monitor.Models.ItsmReceiver : string * string * string * string * string -> Microsoft.Azure.Management.Monitor.Models.ItsmReceiver
Public Sub New (name As String, workspaceId As String, connectionId As String, ticketConfiguration As String, region As String)

Parameters

name
String

The name of the Itsm receiver. Names must be unique across all receivers within an action group.

workspaceId
String

OMS LA instance identifier.

connectionId
String

Unique identification of ITSM connection among multiple defined in above workspace.

ticketConfiguration
String

JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.

region
String

Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'

Applies to