NotificationRecipientEmail interface
Interfaccia che rappresenta un oggetto NotificationRecipientEmail.
Metodi
| check |
Determinare se l'indirizzo di posta elettronica del destinatario della notifica è stato sottoscritto. |
| create |
Aggiunge l'indirizzo di posta elettronica all'elenco dei destinatari per la notifica. |
| delete(string, string, string, string, Notification |
Rimuove il messaggio di posta elettronica dall'elenco di notifica. |
| list |
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.
-
string
Identificatore di posta elettronica.
Parametri delle opzioni.
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.
-
string
Identificatore di posta elettronica.
Parametri delle opzioni.
Restituisce
Promise<RecipientEmailContract>
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.
-
string
Identificatore di posta elettronica.
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.
Parametri delle opzioni.
Restituisce
Promise<RecipientEmailCollection>