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

ApiManagementNotificationResource.DeleteNotificationRecipientUser 方法

定义

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

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notifications/{notificationName}/recipientUsers/{userId}
  • 操作IdNotificationRecipientUser_Delete
public virtual Azure.Response DeleteNotificationRecipientUser (string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteNotificationRecipientUser : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteNotificationRecipientUser : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteNotificationRecipientUser (userId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

参数

userId
String

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

userId 是一个空字符串,预期为非空。

userId 为 null。

适用于