次の方法で共有


INotificationRecipientUserOperations インターフェイス

定義

NotificationRecipientUserOperations 操作。

public interface INotificationRecipientUserOperations
type INotificationRecipientUserOperations = interface
Public Interface INotificationRecipientUserOperations

メソッド

CheckEntityExistsWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

通知受信者ユーザーが通知をサブスクライブしているかどうかを確認します。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

通知の受信者の一覧に API Management ユーザーを追加します。

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

通知の一覧から API Management ユーザーを削除します。

ListByNotificationWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

通知をサブスクライブしている通知受信者ユーザーの一覧を取得します。

拡張メソッド

CheckEntityExists(INotificationRecipientUserOperations, String, String, String, String)

通知受信者ユーザーが通知をサブスクライブしているかどうかを確認します。

CheckEntityExistsAsync(INotificationRecipientUserOperations, String, String, String, String, CancellationToken)

通知受信者ユーザーが通知をサブスクライブしているかどうかを確認します。

CreateOrUpdate(INotificationRecipientUserOperations, String, String, String, String)

通知の受信者の一覧に API Management ユーザーを追加します。

CreateOrUpdateAsync(INotificationRecipientUserOperations, String, String, String, String, CancellationToken)

通知の受信者の一覧に API Management ユーザーを追加します。

Delete(INotificationRecipientUserOperations, String, String, String, String)

通知の一覧から API Management ユーザーを削除します。

DeleteAsync(INotificationRecipientUserOperations, String, String, String, String, CancellationToken)

通知の一覧から API Management ユーザーを削除します。

ListByNotification(INotificationRecipientUserOperations, String, String, String)

通知をサブスクライブしている通知受信者ユーザーの一覧を取得します。

ListByNotificationAsync(INotificationRecipientUserOperations, String, String, String, CancellationToken)

通知をサブスクライブしている通知受信者ユーザーの一覧を取得します。

適用対象