Compartir a través de


NotificationRecipientUser interface

Interfaz que representa notificationRecipientUser.

Métodos

checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)

Determine si el usuario del destinatario de la notificación está suscrito a la notificación.

createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)

Agrega el usuario de API Management a la lista de destinatarios de la notificación.

delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)

Quita el usuario de API Management de la lista de notificaciones.

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

Obtiene la lista del usuario destinatario de notificación suscrito a la notificación.

Detalles del método

checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)

Determine si el usuario del destinatario de la notificación está suscrito a la notificación.

function checkEntityExists(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCheckEntityExistsOptionalParams): Promise<NotificationRecipientUserCheckEntityExistsResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

serviceName

string

Nombre del servicio API Management.

notificationName

string

Identificador de nombre de notificación.

userId

string

Identificador de usuario. Debe ser único en la instancia actual del servicio API Management.

Devoluciones

createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)

Agrega el usuario de API Management a la lista de destinatarios de la notificación.

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCreateOrUpdateOptionalParams): Promise<RecipientUserContract>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

serviceName

string

Nombre del servicio API Management.

notificationName

string

Identificador de nombre de notificación.

userId

string

Identificador de usuario. Debe ser único en la instancia actual del servicio API Management.

Devoluciones

delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)

Quita el usuario de API Management de la lista de notificaciones.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

serviceName

string

Nombre del servicio API Management.

notificationName

string

Identificador de nombre de notificación.

userId

string

Identificador de usuario. Debe ser único en la instancia actual del servicio API Management.

options
NotificationRecipientUserDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

Obtiene la lista del usuario destinatario de notificación suscrito a la notificación.

function listByNotification(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationRecipientUserListByNotificationOptionalParams): Promise<RecipientUserCollection>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

serviceName

string

Nombre del servicio API Management.

notificationName

string

Identificador de nombre de notificación.

Devoluciones