Class AzureAppPushReceiver
java.lang.Object
com.microsoft.azure.management.monitor.AzureAppPushReceiver
The Azure mobile App push notification receiver.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the email address registered for the Azure mobile app.name()
Get the name of the Azure mobile app push receiver.withEmailAddress
(String emailAddress) Set the email address registered for the Azure mobile app.Set the name of the Azure mobile app push receiver.
-
Constructor Details
-
AzureAppPushReceiver
public AzureAppPushReceiver()
-
-
Method Details
-
name
Get the name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.- Returns:
- the name value
-
withName
Set the name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.- Parameters:
name
- the name value to set- Returns:
- the AzureAppPushReceiver object itself.
-
emailAddress
Get the email address registered for the Azure mobile app.- Returns:
- the emailAddress value
-
withEmailAddress
Set the email address registered for the Azure mobile app.- Parameters:
emailAddress
- the emailAddress value to set- Returns:
- the AzureAppPushReceiver object itself.
-