次の方法で共有


NotificationHubJobType 列挙型

定義

一括登録操作の実行時に許可されるエクスポート/インポート ジョブの種類

public enum NotificationHubJobType
type NotificationHubJobType = 
Public Enum NotificationHubJobType
継承
NotificationHubJobType

フィールド

ExportRegistrations 0

登録を一括取得するジョブの種類

ImportCreateRegistrations 1

登録を一括作成するジョブの種類

ImportDeleteRegistrations 3

登録を一括削除するジョブの種類

ImportUpdateRegistrations 2

登録を一括更新するジョブの種類

ImportUpsertRegistrations 4

登録を一括アップサートするジョブの種類

適用対象