AzureAppPushReceiver Constructors

Definition

Overloads

AzureAppPushReceiver()

Initializes a new instance of the AzureAppPushReceiver class.

AzureAppPushReceiver(String, String)

Initializes a new instance of the AzureAppPushReceiver class.

AzureAppPushReceiver()

Initializes a new instance of the AzureAppPushReceiver class.

public AzureAppPushReceiver ();
Public Sub New ()

Applies to

AzureAppPushReceiver(String, String)

Initializes a new instance of the AzureAppPushReceiver class.

public AzureAppPushReceiver (string name, string emailAddress);
new Microsoft.Azure.Management.Monitor.Models.AzureAppPushReceiver : string * string -> Microsoft.Azure.Management.Monitor.Models.AzureAppPushReceiver
Public Sub New (name As String, emailAddress As String)

Parameters

name
String

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

emailAddress
String

The email address registered for the Azure mobile app.

Applies to