Udostępnij za pośrednictwem


INotificationHubOperations Interface

Definition

The Service Bus Management API includes operations for managing Service Bus notification hubs.

public interface INotificationHubOperations
type INotificationHubOperations = interface
Public Interface INotificationHubOperations

Methods

DeleteAsync(String, String, CancellationToken)

Deletes a notification hub associated with a namespace.

GetAsync(String, String, CancellationToken)

Lists the notification hubs associated with a namespace.

GetConnectionDetailsAsync(String, String, CancellationToken)

Lists the notification hubs associated with a namespace.

ListAsync(String, CancellationToken)

Lists the notification hubs associated with a namespace.

Extension 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