NotificationRegistrationsController クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このサービスに関連付けられている通知ハブの登録を管理するためのエンドポイントを定義します。
[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 呼び出します。 |
適用対象
Azure SDK for .NET