Sdílet prostřednictvím


MonitorAzureAppPushReceiver Class

Definition

The Azure mobile App push notification receiver.

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

Constructors

MonitorAzureAppPushReceiver(String, String)

Initializes a new instance of MonitorAzureAppPushReceiver.

Properties

EmailAddress

The email address registered for the Azure mobile app.

Name

The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.

Explicit Interface Implementations

IJsonModel<MonitorAzureAppPushReceiver>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorAzureAppPushReceiver>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorAzureAppPushReceiver>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorAzureAppPushReceiver>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorAzureAppPushReceiver>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to