你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzActionGroupReceiver
创建新的操作组接收器。
语法
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-EmailReceiver]
-EmailAddress <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-SmsReceiver]
[-CountryCode <String>]
-PhoneNumber <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-WebhookReceiver]
-ServiceUri <String>
[-UseAadAuth]
[-ObjectId <String>]
[-IdentifierUri <String>]
[-TenantId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-ItsmReceiver]
-WorkspaceId <String>
-ConnectionId <String>
-TicketConfiguration <String>
-Region <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-VoiceReceiver]
[-VoiceCountryCode <String>]
-VoicePhoneNumber <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-ArmRoleReceiver]
-RoleId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-AzureFunctionReceiver]
-FunctionAppResourceId <String>
-HttpTriggerUrl <String>
-FunctionName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-LogicAppReceiver]
-ResourceId <String>
-CallbackUrl <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-AutomationRunbookReceiver]
-AutomationAccountId <String>
-RunbookName <String>
[-IsGlobalRunbook]
-AutomationRunbookServiceUri <String>
-WebhookResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-AzureAppPushReceiver]
-AzureAppPushEmailAddress <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
New-AzActionGroupReceiver cmdlet 在内存中创建新的操作组接收器。
示例
示例 1:在内存中创建新的电子邮件接收方。
PS C:\>$emailReceiver = New-AzActionGroupReceiver -Name 'emailReceiver1' -EmailReceiver -EmailAddress 'user1@example.com'
此命令在内存中创建新的电子邮件接收方。
示例 2:在内存中创建新的短信接收器。
PS C:\>$smsReceiver = New-AzActionGroupReceiver -Name 'smsReceiver1' -SmsReceiver -CountryCode '1' -PhoneNumber '5555555555'
此命令在内存中创建新的 SMS 接收器。
示例 3:在内存中创建新的 Webhook 接收器。
PS C:\>$webhookReceiver = New-AzActionGroupReceiver -Name 'webhookReceiver1' -WebhookReceiver -ServiceUri 'http://test.com'
此命令在内存中创建新的 Webhook 接收器。
参数
-ArmRoleReceiver
创建 ArmRoleReceiver
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-AutomationAccountId
AutomationAccountId
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-AutomationRunbookReceiver
创建 AutomationRunbookReceiver
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-AutomationRunbookServiceUri
应发送 Webhook 的 URI
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-AzureAppPushEmailAddress
AzureAppPushEmailAddress
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-AzureAppPushReceiver
创建 AzureAppPushReceiver
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-AzureFunctionReceiver
创建 ArmRoleReceiver
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-CallbackUrl
CallbackUrl
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ConnectionId
此接收器的 itsm 连接 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-CountryCode
指定短信接收方的国家/地区代码。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EmailAddress
指定电子邮件接收方的地址。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-EmailReceiver
指定创建电子邮件接收方
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-FunctionAppResourceId
函数应用 resourceId
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-FunctionName
functionName
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-HttpTriggerUrl
httpTriggerUrl
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-IdentifierUri
aad 身份验证的标识符 URI
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-IsGlobalRunbook
指示此实例是否为全局 Runbook
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ItsmReceiver
创建 ItsmReceiver
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-LogicAppReceiver
创建 LogicAppReceiver
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Name
指定接收方的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ObjectId
aad 身份验证的 Webhook 应用对象 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-PhoneNumber
指定短信接收方的电话号码。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Region
此接收器的 itsm 区域
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceId
ResourceId
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-RoleId
接收方的 arm 角色 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-RunbookName
RunbookName
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ServiceUri
指定 Webhook 接收器的 URI。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-SmsReceiver
指定创建短信接收器
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-TenantId
aad 身份验证的租户 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-TicketConfiguration
此接收器的 itsm TicketConfiguration
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-UseAadAuth
用于添加身份验证的标志
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-UseCommonAlertSchema
标志是否使用常见警报架构。 对于短信、Azure 应用推送、ITSM 和语音接收者,此值将被忽视。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-VoiceCountryCode
语音接收器的国家/地区代码
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-VoicePhoneNumber
语音接收器的电话号码
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-VoiceReceiver
创建语音接收器
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-WebhookReceiver
指定创建 Webhook 接收器
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-WebhookResourceId
WebhookResourceId
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WorkspaceId
此接收器的 itsm 工作区 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |