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

NotificationRegistrationsController 类

定义

定义用于管理与此服务关联的通知中心的注册的终结点。

[System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)]
public class NotificationRegistrationsController : System.Web.Http.ApiController
[<System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)>]
type NotificationRegistrationsController = class
    inherit ApiController
Public Class NotificationRegistrationsController
Inherits ApiController
继承
NotificationRegistrationsController
属性
System.Web.Http.Description.ApiExplorerSettingsAttribute

构造函数

NotificationRegistrationsController(ApiServices)

定义用于管理与此服务关联的通知中心的注册的终结点。

方法

CreateAppleRegistrationDescription(String, NotificationRegistration)

定义用于管理与此服务关联的通知中心的注册的终结点。

CreateGoogleRegistrationDescription(String, NotificationRegistration)

定义用于管理与此服务关联的通知中心的注册的终结点。

CreateNotificationRegistration(RegistrationDescription)

定义用于管理与此服务关联的通知中心的注册的终结点。

CreateRegistrationDescription(String, NotificationRegistration)

定义用于管理与此服务关联的通知中心的注册的终结点。

CreateWindowsRegistrationDescription(String, String, NotificationRegistration)

定义用于管理与此服务关联的通知中心的注册的终结点。

DeleteRegistration(String)

定义用于管理与此服务关联的通知中心的注册的终结点。

GetPlatformNotSupportedResponse(String)

定义用于管理与此服务关联的通知中心的注册的终结点。

GetRegistration(String)

定义用于管理与此服务关联的通知中心的注册的终结点。

GetRegistrationFromDeviceId(String)

定义用于管理与此服务关联的通知中心的注册的终结点。

IsStatusCode(Exception, HttpStatusCode)

定义用于管理与此服务关联的通知中心的注册的终结点。

PutRegistration(String, NotificationRegistration)

定义用于管理与此服务关联的通知中心的注册的终结点。

SubmitDeleteAsync(String)

Microsoft.ServiceBus.Notifications.NotificationHubClient 可模拟的方式调用 。

SubmitGetAsync(String)

Microsoft.ServiceBus.Notifications.NotificationHubClient 可模拟的方式调用 。

SubmitGetByDeviceIdAsync(String)

Microsoft.ServiceBus.Notifications.NotificationHubClient 可模拟的方式调用 。

SubmitUpdateAsync(String, RegistrationDescription)

Microsoft.ServiceBus.Notifications.NotificationHubClient 可模拟的方式调用 。

适用于