你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationHubOperationsExtensions 类

定义

服务总线管理 API 是用于管理服务总线队列、主题、规则和订阅的 REST API。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/hh780776.aspx)

public static class NotificationHubOperationsExtensions
type NotificationHubOperationsExtensions = class
Public Module NotificationHubOperationsExtensions
继承
NotificationHubOperationsExtensions

方法

Delete(INotificationHubOperations, String, String)

删除与命名空间关联的通知中心。

DeleteAsync(INotificationHubOperations, String, String)

删除与命名空间关联的通知中心。

Get(INotificationHubOperations, String, String)

列出与命名空间关联的通知中心。

GetAsync(INotificationHubOperations, String, String)

列出与命名空间关联的通知中心。

GetConnectionDetails(INotificationHubOperations, String, String)

列出与命名空间关联的通知中心。

GetConnectionDetailsAsync(INotificationHubOperations, String, String)

列出与命名空间关联的通知中心。

List(INotificationHubOperations, String)

列出与命名空间关联的通知中心。

ListAsync(INotificationHubOperations, String)

列出与命名空间关联的通知中心。

适用于