Freigeben über


ApiManagementNotificationResource.GetNotificationRecipientUsers Methode

Definition

Ruft die Liste der Benutzer ab, die den Empfang der Benachrichtigung abonniert haben

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers
  • Vorgang IdNotificationRecipientUser_ListByNotification
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract> GetNotificationRecipientUsers (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotificationRecipientUsers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>
override this.GetNotificationRecipientUsers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>
Public Overridable Function GetNotificationRecipientUsers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RecipientUserContract)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der RecipientUserContract möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: