你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationRecipientUser interface

表示 NotificationRecipientUser 的接口。

方法

checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)

确定通知收件人用户是否已订阅通知。

createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)

将 API 管理用户添加到通知收件人列表。

delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)

从通知列表中删除 API 管理用户。

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

获取订阅通知的通知收件人用户列表。

方法详细信息

checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)

确定通知收件人用户是否已订阅通知。

function checkEntityExists(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCheckEntityExistsOptionalParams): Promise<NotificationRecipientUserCheckEntityExistsResponse>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

serviceName

string

API 管理服务的名称。

notificationName

string

通知名称标识符。

userId

string

用户标识符。 在当前API 管理服务实例中必须是唯一的。

返回

createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)

将 API 管理用户添加到通知收件人列表。

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCreateOrUpdateOptionalParams): Promise<RecipientUserContract>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

serviceName

string

API 管理服务的名称。

notificationName

string

通知名称标识符。

userId

string

用户标识符。 在当前API 管理服务实例中必须是唯一的。

返回

delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)

从通知列表中删除 API 管理用户。

function delete(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

serviceName

string

API 管理服务的名称。

notificationName

string

通知名称标识符。

userId

string

用户标识符。 在当前API 管理服务实例中必须是唯一的。

返回

Promise<void>

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

获取订阅通知的通知收件人用户列表。

function listByNotification(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationRecipientUserListByNotificationOptionalParams): Promise<RecipientUserCollection>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

serviceName

string

API 管理服务的名称。

notificationName

string

通知名称标识符。

返回