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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET