你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzActionGroupAzureAppPushReceiverObject
为 AzureAppPushReceiver 创建内存中对象。
语法
New-AzActionGroupAzureAppPushReceiverObject
-EmailAddress <String>
-Name <String>
[<CommonParameters>]
说明
为 AzureAppPushReceiver 创建内存中对象。
示例
示例 1:创建操作组应用推送接收器
New-AzActionGroupAzureAppPushReceiverObject -EmailAddress "johndoe@email.com" -Name "Sample azureAppPush"
EmailAddress Name
------------ ----
johndoe@email.com Sample azureAppPush
此命令创建操作组应用推送接收器对象。
参数
-EmailAddress
为 Azure 移动应用注册的电子邮件地址。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Name
Azure 移动应用推送接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |