Udostępnij za pośrednictwem


NotificationHubOperationsExtensions Class

Definition

The Service Bus Management API is a REST API for managing Service Bus queues, topics, rules and subscriptions. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780776.aspx for more information)

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

Methods

Delete(INotificationHubOperations, String, String)

Deletes a notification hub associated with a namespace.

DeleteAsync(INotificationHubOperations, String, String)

Deletes a notification hub associated with a namespace.

Get(INotificationHubOperations, String, String)

Lists the notification hubs associated with a namespace.

GetAsync(INotificationHubOperations, String, String)

Lists the notification hubs associated with a namespace.

GetConnectionDetails(INotificationHubOperations, String, String)

Lists the notification hubs associated with a namespace.

GetConnectionDetailsAsync(INotificationHubOperations, String, String)

Lists the notification hubs associated with a namespace.

List(INotificationHubOperations, String)

Lists the notification hubs associated with a namespace.

ListAsync(INotificationHubOperations, String)

Lists the notification hubs associated with a namespace.

Applies to