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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET