Condividi tramite


NotificationRecipientEmail interface

Interfaccia che rappresenta un oggetto NotificationRecipientEmail.

Metodi

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

Determinare se destinatario di notifica Email sottoscritto la notifica.

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

Aggiunge l'indirizzo Email all'elenco 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 destinatario di notifica Email sottoscritto la notifica.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio di Gestione API.

notificationName

string

Identificatore del nome della notifica.

email

string

Email identificatore.

Restituisce

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

Aggiunge l'indirizzo Email all'elenco 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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio di Gestione API.

notificationName

string

Identificatore del nome della notifica.

email

string

Email identificatore.

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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio di Gestione API.

notificationName

string

Identificatore del nome della notifica.

email

string

Email identificatore.

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. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio di Gestione API.

notificationName

string

Identificatore del nome della notifica.

Restituisce