你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureAppPushReceiver Class

Definition

The Azure mobile App push notification receiver.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.AzureAppPushReceiverTypeConverter))]
public class AzureAppPushReceiver : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IAzureAppPushReceiver
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.AzureAppPushReceiverTypeConverter))>]
type AzureAppPushReceiver = class
    interface IActionGroupReceiver
    interface IAzureAppPushReceiver
    interface IJsonSerializable
Public Class AzureAppPushReceiver
Implements IActionGroupReceiver, IAzureAppPushReceiver
Inheritance
AzureAppPushReceiver
Attributes
Implements

Constructors

AzureAppPushReceiver()

Creates an new AzureAppPushReceiver instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureAppPushReceiver.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureAppPushReceiver.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IAzureAppPushReceiver.

FromJsonString(String)

Creates a new instance of AzureAppPushReceiver, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureAppPushReceiver into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to