次の方法で共有


NotificationOperationsExtensions クラス

定義

NotificationOperations の拡張メソッド。

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

メソッド

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

API Management 発行者通知を作成または更新します。

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

API Management 発行者通知を作成または更新します。

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)

サービス インスタンス内で定義されているプロパティのコレクションを一覧表示します。

適用対象