Partilhar via


NotificationRecipientEmail interface

Interface que representa um NotificationRecipientEmail.

Métodos

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

Determine se o Destinatário da Notificação Email subscrito à notificação.

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

Adiciona o endereço Email à lista de Destinatários da Notificação.

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

Remove o e-mail da lista de Notificações.

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Obtém a lista dos E-mails do Destinatário da Notificação subscritos a uma notificação.

Detalhes de Método

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

Determine se o Destinatário da Notificação Email subscrito à notificação.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serviceName

string

O nome do serviço Gestão de API.

notificationName

string

Identificador de Nome de Notificação.

email

string

Email identificador.

options
NotificationRecipientEmailCheckEntityExistsOptionalParams

Os parâmetros de opções.

Devoluções

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

Adiciona o endereço Email à lista de Destinatários da Notificação.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serviceName

string

O nome do serviço Gestão de API.

notificationName

string

Identificador de Nome de Notificação.

email

string

Email identificador.

options
NotificationRecipientEmailCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

Remove o e-mail da lista de Notificações.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serviceName

string

O nome do serviço Gestão de API.

notificationName

string

Identificador de Nome de Notificação.

email

string

Email identificador.

options
NotificationRecipientEmailDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Obtém a lista dos E-mails do Destinatário da Notificação subscritos a uma notificação.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serviceName

string

O nome do serviço Gestão de API.

notificationName

string

Identificador de Nome de Notificação.

Devoluções