Condividi tramite


NotificationRecipientEmail interface

Interfaccia che rappresenta un oggetto NotificationRecipientEmail.

Metodi

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

Determinare se l'indirizzo di posta elettronica del destinatario della notifica è stato sottoscritto.

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

Aggiunge l'indirizzo di posta elettronica all'elenco dei destinatari per la notifica.

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

Rimuove il messaggio di posta elettronica dall'elenco di notifica.

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Ottiene l'elenco dei messaggi di posta elettronica del destinatario di notifica sottoscritti a una notifica.

Dettagli metodo

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

Determinare se l'indirizzo di posta elettronica del destinatario della notifica è stato sottoscritto.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio Gestione API.

notificationName

string

Identificatore del nome della notifica.

email

string

Identificatore di posta elettronica.

Restituisce

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

Aggiunge l'indirizzo di posta elettronica all'elenco dei destinatari per la notifica.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio Gestione API.

notificationName

string

Identificatore del nome della notifica.

email

string

Identificatore di posta elettronica.

Restituisce

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

Rimuove il messaggio di posta elettronica dall'elenco di notifica.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio Gestione API.

notificationName

string

Identificatore del nome della notifica.

email

string

Identificatore di posta elettronica.

options
NotificationRecipientEmailDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Ottiene l'elenco dei messaggi di posta elettronica del destinatario di notifica sottoscritti a una notifica.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio Gestione API.

notificationName

string

Identificatore del nome della notifica.

Restituisce