MonitorLogicAppReceiver 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.
A logic app receiver.
public class MonitorLogicAppReceiver : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.MonitorLogicAppReceiver>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.MonitorLogicAppReceiver>
type MonitorLogicAppReceiver = class
interface IJsonModel<MonitorLogicAppReceiver>
interface IPersistableModel<MonitorLogicAppReceiver>
Public Class MonitorLogicAppReceiver
Implements IJsonModel(Of MonitorLogicAppReceiver), IPersistableModel(Of MonitorLogicAppReceiver)
- Inheritance
-
MonitorLogicAppReceiver
- Implements
Constructors
MonitorLogicAppReceiver(String, ResourceIdentifier, Uri) |
Initializes a new instance of MonitorLogicAppReceiver. |
Properties
CallbackUri |
The callback url where http request sent to. |
Name |
The name of the logic app receiver. Names must be unique across all receivers within an action group. |
ResourceId |
The azure resource id of the logic app receiver. |
UseCommonAlertSchema |
Indicates whether to use common alert schema. |
Explicit Interface Implementations
IJsonModel<MonitorLogicAppReceiver>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MonitorLogicAppReceiver>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MonitorLogicAppReceiver>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MonitorLogicAppReceiver>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MonitorLogicAppReceiver>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET