次の方法で共有


NotificationRecipientEmailOperationsExtensions.CheckEntityExists メソッド

定義

通知受信者Email通知をサブスクライブしているかどうかを判断します。

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

パラメーター

operations
INotificationRecipientEmailOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

notificationName
String

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

email
String

Email識別子。

戻り値

適用対象