New-AzActionGroupAzureAppPushReceiverObject
Create an in-memory object for AzureAppPushReceiver.
Syntax
Default (Default)
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 "[email protected]" -Name "Sample azureAppPush"
EmailAddress Name
------------ ----
[email protected] Sample azureAppPush
This command creates action group app push receiver object.
Parameters
-EmailAddress
The email address registered for the Azure mobile app.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.