Share via


ApiManagementNotificationResource.CheckNotificationRecipientUserEntityExistsAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers/{userId}
  • Operation Id: NotificationRecipientUser_CheckEntityExists
  • Default Api Version: 2021-08-01
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> CheckNotificationRecipientUserEntityExistsAsync (string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckNotificationRecipientUserEntityExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.CheckNotificationRecipientUserEntityExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function CheckNotificationRecipientUserEntityExistsAsync (userId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

userId
String

User identifier. Must be unique in the current API Management service instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

userId is an empty string, and was expected to be non-empty.

userId is null.

Applies to