Dela via


NotificationHubsOperationsExtensions Class

Definition

Extension methods for NotificationHubsOperations.

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

Methods

CheckNotificationHubAvailability(INotificationHubsOperations, String, String, CheckAvailabilityParameters)

Checks the availability of the given notificationHub in a namespace.

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

Checks the availability of the given notificationHub in a namespace.

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

Creates/Update a NotificationHub in a namespace.

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

Creates/Update a NotificationHub in a namespace.

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

Creates/Updates an authorization rule for a NotificationHub

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

Creates/Updates an authorization rule for a NotificationHub

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

test send a push notification

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

test send a push notification

Delete(INotificationHubsOperations, String, String, String)

Deletes a notification hub associated with a namespace.

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

Deletes a notification hub associated with a namespace.

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

Deletes a notificationHub authorization rule

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

Deletes a notificationHub authorization rule

Get(INotificationHubsOperations, String, String, String)

Lists the notification hubs associated with a namespace.

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

Lists the notification hubs associated with a namespace.

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

Gets an authorization rule for a NotificationHub by name.

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

Gets an authorization rule for a NotificationHub by name.

GetPnsCredentials(INotificationHubsOperations, String, String, String)

Lists the PNS Credentials associated with a notification hub .

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

Lists the PNS Credentials associated with a notification hub .

List(INotificationHubsOperations, String, String)

Lists the notification hubs associated with a namespace.

ListAsync(INotificationHubsOperations, String, String, CancellationToken)

Lists the notification hubs associated with a namespace.

ListAuthorizationRules(INotificationHubsOperations, String, String, String)

Gets the authorization rules for a NotificationHub.

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

Gets the authorization rules for a NotificationHub.

ListAuthorizationRulesNext(INotificationHubsOperations, String)

Gets the authorization rules for a NotificationHub.

ListAuthorizationRulesNextAsync(INotificationHubsOperations, String, CancellationToken)

Gets the authorization rules for a NotificationHub.

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

Gets the Primary and Secondary ConnectionStrings to the NotificationHub

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

Gets the Primary and Secondary ConnectionStrings to the NotificationHub

ListNext(INotificationHubsOperations, String)

Lists the notification hubs associated with a namespace.

ListNextAsync(INotificationHubsOperations, String, CancellationToken)

Lists the notification hubs associated with a namespace.

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

Patch a NotificationHub in a namespace.

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

Patch a NotificationHub in a namespace.

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

Regenerates the Primary/Secondary Keys to the NotificationHub Authorization Rule

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

Regenerates the Primary/Secondary Keys to the NotificationHub Authorization Rule

Applies to