ApiManagementNotificationResource.GetNotificationRecipientUsersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of the Notification Recipient User subscribed to the notification.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers
- Operation Id: NotificationRecipientUser_ListByNotification
- Default Api Version: 2023-03-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract> GetNotificationRecipientUsersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotificationRecipientUsersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>
override this.GetNotificationRecipientUsersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>
Public Overridable Function GetNotificationRecipientUsersAsync (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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET