Freigeben über


IncidentReceiver Class

Definition

An Incident receiver.

public class IncidentReceiver : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.IncidentReceiver>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.IncidentReceiver>
type IncidentReceiver = class
    interface IJsonModel<IncidentReceiver>
    interface IPersistableModel<IncidentReceiver>
Public Class IncidentReceiver
Implements IJsonModel(Of IncidentReceiver), IPersistableModel(Of IncidentReceiver)
Inheritance
IncidentReceiver
Implements

Constructors

IncidentReceiver(String, IncidentServiceConnection, IncidentManagementService, IDictionary<String,String>)

Initializes a new instance of IncidentReceiver.

Properties

Connection

The incident service connection.

IncidentManagementService

The incident management service type.

Mappings

Field mappings for the incident service.

Name

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IncidentReceiver>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IncidentReceiver>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IncidentReceiver>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IncidentReceiver>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IncidentReceiver>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to