MonitorItsmReceiver Class
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.
An Itsm receiver.
public class MonitorItsmReceiver : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.MonitorItsmReceiver>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.MonitorItsmReceiver>
type MonitorItsmReceiver = class
interface IJsonModel<MonitorItsmReceiver>
interface IPersistableModel<MonitorItsmReceiver>
Public Class MonitorItsmReceiver
Implements IJsonModel(Of MonitorItsmReceiver), IPersistableModel(Of MonitorItsmReceiver)
- Inheritance
-
MonitorItsmReceiver
- Implements
Constructors
MonitorItsmReceiver(String, String, String, String, AzureLocation) |
Initializes a new instance of MonitorItsmReceiver. |
Properties
ConnectionId |
Unique identification of ITSM connection among multiple defined in above workspace. |
Name |
The name of the Itsm receiver. Names must be unique across all receivers within an action group. |
Region |
Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'. |
TicketConfiguration |
JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well. |
WorkspaceId |
OMS LA instance identifier. |
Explicit Interface Implementations
IJsonModel<MonitorItsmReceiver>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MonitorItsmReceiver>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MonitorItsmReceiver>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MonitorItsmReceiver>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MonitorItsmReceiver>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET