Partager via


NotificationRecipientEmailOperationsExtensions.CheckEntityExists Méthode

Définition

Déterminez si le destinataire de la notification Email abonné à la notification.

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

Paramètres

operations
INotificationRecipientEmailOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

notificationName
String

Identificateur de nom de notification. Les valeurs possibles sont les suivantes : « RequestPublisherNotificationMessage », « PurchasePublisherNotificationMessage », « NewApplicationNotificationMessage », « BCC », « NewIssuePublisherNotificationMessage », « AccountClosedPublisher », « QuotaLimitApproachingPublisherNotificationMessage »

email
String

identificateur Email.

Retours

S’applique à