NotificationHubJobType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allowed export/import job types when bulk registration operations are to be done
public enum NotificationHubJobType
type NotificationHubJobType =
Public Enum NotificationHubJobType
- Inheritance
-
NotificationHubJobType
Fields
Name | Value | Description |
---|---|---|
ExportRegistrations | 0 | Job type to bulk get registrations |
ImportCreateRegistrations | 1 | Job type to bulk create registrations |
ImportUpdateRegistrations | 2 | Job type to bulk update registrations |
ImportDeleteRegistrations | 3 | Job type to bulk delete registrations |
ImportUpsertRegistrations | 4 | Job type to bulk upsert registrations |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET