次の方法で共有


NotificationRecipientUserOperationsExtensions.CheckEntityExistsAsync メソッド

定義

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

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

パラメーター

operations
INotificationRecipientUserOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

notificationName
String

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

userId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象