Compartilhar via


NotificationRecipientUserOperationsExtensions.CheckEntityExistsAsync Método

Definição

Determine se o Usuário destinatário da notificação está inscrito na notificação.

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)

Parâmetros

operations
INotificationRecipientUserOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

notificationName
String

Identificador de nome de notificação. Os valores possíveis incluem: 'RequestPublisherNotificationMessage', 'PurchasePublisherNotificationMessage', 'NewApplicationNotificationMessage', 'BCC', 'NewIssuePublisherNotificationMessage', 'AccountClosedPublisher', 'QuotaLimitApproachingPublisherNotificationMessage'

userId
String

Identificador do usuário. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a