Megosztás a következőn keresztül:


ServiceWorkspaceNotificationResource.GetWorkspaceNotificationRecipientUsersByNotificationAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/notifications/{notificationName}/recipientUsers
  • Operation Id: WorkspaceNotificationRecipientUser_ListByNotification
  • Default Api Version: 2023-03-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract> GetWorkspaceNotificationRecipientUsersByNotificationAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceNotificationRecipientUsersByNotificationAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>
override this.GetWorkspaceNotificationRecipientUsersByNotificationAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>
Public Overridable Function GetWorkspaceNotificationRecipientUsersByNotificationAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RecipientUserContract)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of RecipientUserContract that may take multiple service requests to iterate over.

Applies to