Freigeben über


NotificationHubsOperationsExtensions Klasse

Definition

Erweiterungsmethoden für NotificationHubsOperations.

public static class NotificationHubsOperationsExtensions
type NotificationHubsOperationsExtensions = class
Public Module NotificationHubsOperationsExtensions
Vererbung
NotificationHubsOperationsExtensions

Methoden

CheckNotificationHubAvailability(INotificationHubsOperations, String, String, CheckAvailabilityParameters)

Überprüft die Verfügbarkeit des angegebenen notificationHub in einem Namespace.

CheckNotificationHubAvailabilityAsync(INotificationHubsOperations, String, String, CheckAvailabilityParameters, CancellationToken)

Überprüft die Verfügbarkeit des angegebenen notificationHub in einem Namespace.

CreateOrUpdate(INotificationHubsOperations, String, String, String, NotificationHubCreateOrUpdateParameters)

Erstellt/aktualisiert einen NotificationHub in einem Namespace.

CreateOrUpdateAsync(INotificationHubsOperations, String, String, String, NotificationHubCreateOrUpdateParameters, CancellationToken)

Erstellt/aktualisiert einen NotificationHub in einem Namespace.

CreateOrUpdateAuthorizationRule(INotificationHubsOperations, String, String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters)

Erstellt/Updates eine Autorisierungsregel für einen NotificationHub

CreateOrUpdateAuthorizationRuleAsync(INotificationHubsOperations, String, String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters, CancellationToken)

Erstellt/Updates eine Autorisierungsregel für einen NotificationHub

DebugSend(INotificationHubsOperations, String, String, String, Object)

Testen des Sendens einer Pushbenachrichtigung

DebugSendAsync(INotificationHubsOperations, String, String, String, Object, CancellationToken)

Testen des Sendens einer Pushbenachrichtigung

Delete(INotificationHubsOperations, String, String, String)

Löscht einen Notification Hub, der einem Namespace zugeordnet ist.

DeleteAsync(INotificationHubsOperations, String, String, String, CancellationToken)

Löscht einen Notification Hub, der einem Namespace zugeordnet ist.

DeleteAuthorizationRule(INotificationHubsOperations, String, String, String, String)

Löscht eine notificationHub-Autorisierungsregel.

DeleteAuthorizationRuleAsync(INotificationHubsOperations, String, String, String, String, CancellationToken)

Löscht eine notificationHub-Autorisierungsregel.

Get(INotificationHubsOperations, String, String, String)

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

GetAsync(INotificationHubsOperations, String, String, String, CancellationToken)

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

GetAuthorizationRule(INotificationHubsOperations, String, String, String, String)

Ruft eine Autorisierungsregel für einen NotificationHub anhand des Namens ab.

GetAuthorizationRuleAsync(INotificationHubsOperations, String, String, String, String, CancellationToken)

Ruft eine Autorisierungsregel für einen NotificationHub anhand des Namens ab.

GetPnsCredentials(INotificationHubsOperations, String, String, String)

Listet die PNS-Anmeldeinformationen auf, die einem Notification Hub zugeordnet sind.

GetPnsCredentialsAsync(INotificationHubsOperations, String, String, String, CancellationToken)

Listet die PNS-Anmeldeinformationen auf, die einem Notification Hub zugeordnet sind.

List(INotificationHubsOperations, String, String)

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

ListAsync(INotificationHubsOperations, String, String, CancellationToken)

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

ListAuthorizationRules(INotificationHubsOperations, String, String, String)

Ruft die Autorisierungsregeln für einen NotificationHub ab.

ListAuthorizationRulesAsync(INotificationHubsOperations, String, String, String, CancellationToken)

Ruft die Autorisierungsregeln für einen NotificationHub ab.

ListAuthorizationRulesNext(INotificationHubsOperations, String)

Ruft die Autorisierungsregeln für einen NotificationHub ab.

ListAuthorizationRulesNextAsync(INotificationHubsOperations, String, CancellationToken)

Ruft die Autorisierungsregeln für einen NotificationHub ab.

ListKeys(INotificationHubsOperations, String, String, String, String)

Ruft die primäre und sekundäre ConnectionStrings für NotificationHub ab.

ListKeysAsync(INotificationHubsOperations, String, String, String, String, CancellationToken)

Ruft die primäre und sekundäre ConnectionStrings für NotificationHub ab.

ListNext(INotificationHubsOperations, String)

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

ListNextAsync(INotificationHubsOperations, String, CancellationToken)

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

Patch(INotificationHubsOperations, String, String, String, NotificationHubPatchParameters)

Patchen sie einen NotificationHub in einem Namespace.

PatchAsync(INotificationHubsOperations, String, String, String, NotificationHubPatchParameters, CancellationToken)

Patchen sie einen NotificationHub in einem Namespace.

RegenerateKeys(INotificationHubsOperations, String, String, String, String, PolicykeyResource)

Generiert die primären/sekundären Schlüssel für die NotificationHub-Autorisierungsregel neu.

RegenerateKeysAsync(INotificationHubsOperations, String, String, String, String, PolicykeyResource, CancellationToken)

Generiert die primären/sekundären Schlüssel für die NotificationHub-Autorisierungsregel neu.

Gilt für: