你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzActionGroupWebhookReceiverObject
为 WebhookReceiver 创建内存中对象。
语法
New-AzActionGroupWebhookReceiverObject
-Name <String>
-ServiceUri <String>
[-IdentifierUri <String>]
[-ObjectId <String>]
[-TenantId <String>]
[-UseAadAuth <Boolean>]
[-UseCommonAlertSchema <Boolean>]
[<CommonParameters>]
说明
为 WebhookReceiver 创建内存中对象。
示例
示例 1:使用 aad 身份验证创建操作组 Webhook 接收器
New-AzActionGroupWebhookReceiverObject -Name "sample webhook" -ServiceUri "http://www.example.com/webhook1" -IdentifierUri "http://someidentifier/00001111-aaaa-2222-bbbb-3333cccc4444" -ObjectId "d3bb868c-fe44-452c-aa26-769a6538c808" -TenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -UseAadAuth $true -UseCommonAlertSchema $true
IdentifierUri : http://someidentifier/00001111-aaaa-2222-bbbb-3333cccc4444
Name : sample webhook
ObjectId : d3bb868c-fe44-452c-aa26-769a6538c808
ServiceUri : http://www.example.com/webhook1
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
UseAadAuth : True
UseCommonAlertSchema : True
此命令创建操作组 Webhook 接收器对象。
示例 2:创建最小操作组 Webhook 接收器
New-AzActionGroupWebhookReceiverObject -Name "sample webhook" -ServiceUri "http://www.example.com/webhook2"
IdentifierUri :
Name : sample webhook
ObjectId :
ServiceUri : http://www.example.com/webhook2
TenantId :
UseAadAuth :
UseCommonAlertSchema :
此命令创建操作组电子邮件接收方对象。
参数
-IdentifierUri
指示 aad 身份验证的标识符 URI。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
Webhook 接收器的名称。 名称在操作组内的所有接收方中必须是唯一的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ObjectId
指示 aad 身份验证的 Webhook 应用对象 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ServiceUri
应在其中发送 Webhook 的 URI。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TenantId
指示 aad 身份验证的租户 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UseAadAuth
指示是否使用 AAD 身份验证。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UseCommonAlertSchema
指示是否使用常见警报架构。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |