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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET