你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Notification Recipient Email - Create Or Update
将电子邮件地址添加到通知收件人列表。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientEmails/{email}?api-version=2021-08-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
email
|
path | True |
string |
Email标识符。 |
notification
|
path | True |
通知名称标识符。 |
|
resource
|
path | True |
string |
资源组的名称。 |
service
|
path | True |
string |
API 管理服务的名称。 正则表达式模式: |
subscription
|
path | True |
string |
唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。 |
api-version
|
query | True |
string |
要与客户端请求一起使用的 API 的版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
收件人Email已是通知列表的一部分。 |
|
201 Created |
收件人Email已成功添加到通知列表。 |
|
Other Status Codes |
描述操作失败原因的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
ApiManagementCreateNotificationRecipientEmail
示例请求
示例响应
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/notifications/RequestPublisherNotificationMessage/recipientEmails/foobar@live.com",
"type": "Microsoft.ApiManagement/service/notifications/recipientEmails",
"name": "foobar@live.com",
"properties": {
"email": "foobar@live.com"
}
}
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/notifications/RequestPublisherNotificationMessage/recipientEmails/foobar@live.com",
"type": "Microsoft.ApiManagement/service/notifications/recipientEmails",
"name": "foobar@live.com",
"properties": {
"email": "foobar@live.com"
}
}
定义
名称 | 说明 |
---|---|
Error |
错误字段协定。 |
Error |
错误响应。 |
Notification |
通知名称标识符。 |
Recipient |
收件人Email详细信息。 |
ErrorFieldContract
错误字段协定。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
属性级错误代码。 |
message |
string |
属性级错误的可读表示形式。 |
target |
string |
属性名称。 |
ErrorResponse
错误响应。
名称 | 类型 | 说明 |
---|---|---|
error.code |
string |
服务定义的错误代码。 此代码用作响应中指定的 HTTP 错误代码的子状态。 |
error.details |
在发生验证错误的情况下,在请求中发送的无效字段列表。 |
|
error.message |
string |
错误的用户可读表示形式。 |
NotificationName
通知名称标识符。
名称 | 类型 | 说明 |
---|---|---|
AccountClosedPublisher |
string |
当开发人员关闭其帐户时,以下电子邮件收件人和用户将收到电子邮件通知。 |
BCC |
string |
以下收件人将收到发送给开发人员的所有电子邮件的盲本。 |
NewApplicationNotificationMessage |
string |
将新应用程序提交到应用程序库时,以下电子邮件收件人和用户将收到电子邮件通知。 |
NewIssuePublisherNotificationMessage |
string |
在开发人员门户上提交新问题或评论时,以下电子邮件收件人和用户将收到电子邮件通知。 |
PurchasePublisherNotificationMessage |
string |
以下电子邮件收件人和用户将收到有关新 API 产品订阅电子邮件通知。 |
QuotaLimitApproachingPublisherNotificationMessage |
string |
当订阅使用量接近使用配额时,以下电子邮件收件人和用户将收到电子邮件通知。 |
RequestPublisherNotificationMessage |
string |
以下电子邮件收件人和用户将收到有关需要批准的 API 产品的订阅请求电子邮件通知。 |
RecipientEmailContract
收件人Email详细信息。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
资源的名称 |
properties.email |
string |
用户Email订阅通知。 |
type |
string |
资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts” |