WorkspaceNotificationRecipientEmail interface
Interfaccia che rappresenta un oggetto WorkspaceNotificationRecipientEmail.
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, string, Workspace |
Rimuove il messaggio di posta elettronica dall'elenco di notifica. |
| list |
Ottiene l'elenco dei messaggi di posta elettronica del destinatario delle notifiche sottoscritti a una notifica. |
Dettagli metodo
checkEntityExists(string, string, string, string, string, WorkspaceNotificationRecipientEmailCheckEntityExistsOptionalParams)
Determinare se l'indirizzo di posta elettronica del destinatario della notifica è stato sottoscritto.
function checkEntityExists(resourceGroupName: string, serviceName: string, workspaceId: string, notificationName: string, email: string, options?: WorkspaceNotificationRecipientEmailCheckEntityExistsOptionalParams): Promise<WorkspaceNotificationRecipientEmailCheckEntityExistsResponse>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- workspaceId
-
string
Identificatore dell'area di lavoro. Deve essere univoco nell'istanza corrente 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, string, WorkspaceNotificationRecipientEmailCreateOrUpdateOptionalParams)
Aggiunge l'indirizzo di posta elettronica all'elenco dei destinatari per la notifica.
function createOrUpdate(resourceGroupName: string, serviceName: string, workspaceId: string, notificationName: string, email: string, options?: WorkspaceNotificationRecipientEmailCreateOrUpdateOptionalParams): Promise<RecipientEmailContract>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- workspaceId
-
string
Identificatore dell'area di lavoro. Deve essere univoco nell'istanza corrente 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, string, WorkspaceNotificationRecipientEmailDeleteOptionalParams)
Rimuove il messaggio di posta elettronica dall'elenco di notifica.
function delete(resourceGroupName: string, serviceName: string, workspaceId: string, notificationName: string, email: string, options?: WorkspaceNotificationRecipientEmailDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- workspaceId
-
string
Identificatore dell'area di lavoro. Deve essere univoco nell'istanza corrente 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, string, WorkspaceNotificationRecipientEmailListByNotificationOptionalParams)
Ottiene l'elenco dei messaggi di posta elettronica del destinatario delle notifiche sottoscritti a una notifica.
function listByNotification(resourceGroupName: string, serviceName: string, workspaceId: string, notificationName: string, options?: WorkspaceNotificationRecipientEmailListByNotificationOptionalParams): Promise<RecipientEmailCollection>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- workspaceId
-
string
Identificatore dell'area di lavoro. Deve essere univoco nell'istanza corrente del servizio Gestione API.
- notificationName
-
string
Identificatore del nome della notifica.
Parametri delle opzioni.
Restituisce
Promise<RecipientEmailCollection>