MonitorItsmReceiver(String, String, String, String, AzureLocation) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MonitorItsmReceiver.
public MonitorItsmReceiver (string name, string workspaceId, string connectionId, string ticketConfiguration, Azure.Core.AzureLocation region);
new Azure.ResourceManager.Monitor.Models.MonitorItsmReceiver : string * string * string * string * Azure.Core.AzureLocation -> Azure.ResourceManager.Monitor.Models.MonitorItsmReceiver
Public Sub New (name As String, workspaceId As String, connectionId As String, ticketConfiguration As String, region As AzureLocation)
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
- AzureLocation
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'.
Exceptions
name
, workspaceId
, connectionId
or ticketConfiguration
is null.
Applies to
Azure SDK for .NET