AzureAppPushReceiver Constructors
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.
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
Azure SDK for .NET