AzureAppPushReceiver 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.
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() |