次の方法で共有


NotificationRecipientEmailOperationsExtensions.ListByNotification メソッド

定義

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

public static Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection ListByNotification (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName);
static member ListByNotification : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection
<Extension()>
Public Function ListByNotification (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String) As RecipientEmailCollection

パラメーター

operations
INotificationRecipientEmailOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

notificationName
String

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

戻り値

適用対象