次の方法で共有


NotificationRecipientEmailOperationsExtensions.ListByNotificationAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection> ListByNotificationAsync (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByNotificationAsync : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection>
<Extension()>
Public Function ListByNotificationAsync (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecipientEmailCollection)

パラメーター

operations
INotificationRecipientEmailOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

notificationName
String

通知名識別子。 使用できる値は、'RequestPublisherNotificationMessage'、'PurchasePublisherNotificationMessage'、'NewApplicationNotificationMessage'、'BCC'、'NewIssuePublisherNotificationMessage'、'AccountClosedPublisher'、'QuotaLimitApproachingPublisherNotificationMessage' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象