Class AzureAppPushReceiver
The Azure mobile App push notification receiver.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Monitor.dll
Syntax
public class AzureAppPushReceiver
Constructors
AzureAppPushReceiver()
Initializes a new instance of the AzureAppPushReceiver class.
Declaration
public AzureAppPushReceiver ();
AzureAppPushReceiver(String, String)
Initializes a new instance of the AzureAppPushReceiver class.
Declaration
public AzureAppPushReceiver (string name, string emailAddress);
Parameters
|
String
name
The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group. |
|
String
emailAddress
The email address registered for the Azure mobile app. |
Properties
EmailAddress
Gets or sets the email address registered for the Azure mobile app.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="emailAddress")]
public string EmailAddress { get; set; }
Property Value
|
String
|
Name
Gets or sets the name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; set; }
Property Value
|
String
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |