Share via


NotificationRecipientUserOperationsExtensions Class

Definition

Extension methods for NotificationRecipientUserOperations.

public static class NotificationRecipientUserOperationsExtensions
type NotificationRecipientUserOperationsExtensions = class
Public Module NotificationRecipientUserOperationsExtensions
Inheritance
NotificationRecipientUserOperationsExtensions

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