Partager via


NotificationRecipientUser interface

Interface représentant un Objet NotificationRecipientUser.

Méthodes

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

Déterminez si l’utilisateur destinataire de la notification est abonné à la notification.

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

Ajoute l’utilisateur de gestion des API à la liste de destinataires pour la notification.

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

Supprime l’utilisateur de gestion des API de la liste de la notification.

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

Obtient la liste d’utilisateurs destinataires abonnés à la notification.

Détails de la méthode

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

Déterminez si l’utilisateur destinataire de la notification est abonné à la notification.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

userId

string

Identificateur de l'utilisateur. Doit être unique dans le instance de service Gestion des API actuel.

Retours

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

Ajoute l’utilisateur de gestion des API à la liste de destinataires pour la notification.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

userId

string

Identificateur de l'utilisateur. Doit être unique dans le instance de service Gestion des API actuel.

Retours

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

Supprime l’utilisateur de gestion des API de la liste de la notification.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

userId

string

Identificateur de l'utilisateur. Doit être unique dans le instance de service Gestion des API actuel.

options
NotificationRecipientUserDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

Obtient la liste d’utilisateurs destinataires abonnés à la notification.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

notificationName

string

Identificateur de nom de notification.

Retours