次の方法で共有


ApiManagementNotificationResource.GetNotificationRecipientUsers メソッド

定義

通知をサブスクライブしている通知受信者ユーザーの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers
  • 操作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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RecipientUserContract サービス要求を受け取る可能性がある のコレクション。

適用対象