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

NotificationOperationsExtensions 类

定义

NotificationOperations 的扩展方法。

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

方法

CreateOrUpdate(INotificationOperations, String, String, String, String)

创建或更新 API 管理发布者通知。

CreateOrUpdateAsync(INotificationOperations, String, String, String, String, CancellationToken)

创建或更新 API 管理发布者通知。

Get(INotificationOperations, String, String, String)

获取由其标识符指定的通知的详细信息。

GetAsync(INotificationOperations, String, String, String, CancellationToken)

获取由其标识符指定的通知的详细信息。

ListByService(INotificationOperations, String, String, Nullable<Int32>, Nullable<Int32>)

列出服务实例中定义的属性的集合。

ListByServiceAsync(INotificationOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

列出服务实例中定义的属性的集合。

ListByServiceNext(INotificationOperations, String)

列出服务实例中定义的属性的集合。

ListByServiceNextAsync(INotificationOperations, String, CancellationToken)

列出服务实例中定义的属性的集合。

适用于