New-AzActionGroupAzureAppPushReceiverObject
Create an in-memory object for AzureAppPushReceiver.
Syntax
New-AzActionGroupAzureAppPushReceiverObject
-EmailAddress <String>
-Name <String>
[<CommonParameters>]
Description
Create an in-memory object for AzureAppPushReceiver.
Examples
Example 1: create action group app push receiver
New-AzActionGroupAzureAppPushReceiverObject -EmailAddress "johndoe@email.com" -Name "Sample azureAppPush"
EmailAddress Name
------------ ----
johndoe@email.com Sample azureAppPush
This command creates action group app push receiver object.
Parameters
-EmailAddress
The email address registered for the Azure mobile app.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell