Partager via


NotificationRecipientEmail interface

Interface représentant un NotificationRecipientEmail.

Méthodes

checkEntityExists(string, string, string, string, NotificationRecipientEmailCheckEntityExistsOptionalParams)

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

createOrUpdate(string, string, string, string, NotificationRecipientEmailCreateOrUpdateOptionalParams)

Ajoute l’adresse e-mail à la liste de destinataires pour la notification.

delete(string, string, string, string, NotificationRecipientEmailDeleteOptionalParams)

Supprime l’e-mail de la liste de la notification.

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Obtient la liste des e-mails de destinataires abonnés à une notification.

Détails de la méthode

checkEntityExists(string, string, string, string, NotificationRecipientEmailCheckEntityExistsOptionalParams)

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

function checkEntityExists(resourceGroupName: string, serviceName: string, notificationName: string, email: string, options?: NotificationRecipientEmailCheckEntityExistsOptionalParams): Promise<NotificationRecipientEmailCheckEntityExistsResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

email

string

identificateur Email.

Retours

createOrUpdate(string, string, string, string, NotificationRecipientEmailCreateOrUpdateOptionalParams)

Ajoute l’adresse e-mail à la liste de destinataires pour la notification.

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, email: string, options?: NotificationRecipientEmailCreateOrUpdateOptionalParams): Promise<RecipientEmailContract>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

email

string

identificateur Email.

Retours

delete(string, string, string, string, NotificationRecipientEmailDeleteOptionalParams)

Supprime l’e-mail de la liste de la notification.

function delete(resourceGroupName: string, serviceName: string, notificationName: string, email: string, options?: NotificationRecipientEmailDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

email

string

identificateur Email.

options
NotificationRecipientEmailDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Obtient la liste des e-mails de destinataires abonnés à une notification.

function listByNotification(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationRecipientEmailListByNotificationOptionalParams): Promise<RecipientEmailCollection>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

Retours