次の方法で共有


NotificationRecipientUserOperationsExtensions.CheckEntityExists メソッド

定義

通知受信者ユーザーが通知をサブスクライブしているかどうかを確認します。

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

パラメーター

operations
INotificationRecipientUserOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

notificationName
String

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

userId
String

ユーザー識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

戻り値

適用対象