Freigeben über


NotificationRecipientUserOperationsExtensions.CheckEntityExists Methode

Definition

Ermitteln Sie, ob der Benutzer des Benachrichtigungsempfängers die Benachrichtigung abonniert hat.

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

Parameter

operations
INotificationRecipientUserOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

notificationName
String

Benachrichtigungsname-Id. Mögliche Werte: "RequestPublisherNotificationMessage", "PurchasePublisherNotificationMessage", "NewApplicationNotificationMessage", "BCC", "NewIssuePublisherNotificationMessage", "AccountClosedPublisher", "QuotaLimitApproachingPublisherNotificationMessage"

userId
String

Benutzer-ID. Muss im aktuellen API Management Dienst instance eindeutig sein.

Gibt zurück

Gilt für: