Share via


INotificationRecipientUserOperations Interface

Definition

NotificationRecipientUserOperations operations.

public interface INotificationRecipientUserOperations
type INotificationRecipientUserOperations = interface
Public Interface INotificationRecipientUserOperations

Methods

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

Determine if the Notification Recipient User is subscribed to the notification.

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

Adds the API Management User to the list of Recipients for the Notification.

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

Removes the API Management user from the list of Notification.

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

Gets the list of the Notification Recipient User subscribed to the notification.

Extension Methods

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

Determine if the Notification Recipient User is subscribed to the notification.

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

Determine if the Notification Recipient User is subscribed to the notification.

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

Adds the API Management User to the list of Recipients for the Notification.

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

Adds the API Management User to the list of Recipients for the Notification.

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

Removes the API Management user from the list of Notification.

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

Removes the API Management user from the list of Notification.

ListByNotification(INotificationRecipientUserOperations, String, String, String)

Gets the list of the Notification Recipient User subscribed to the notification.

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

Gets the list of the Notification Recipient User subscribed to the notification.

Applies to