NotificationRecipientUser interface
Interface que representa um NotificationRecipientUser.
Métodos
check |
Determine se o Utilizador Destinatário da Notificação está subscrito à notificação. |
create |
Adiciona o Gestão de API Utilizador à lista de Destinatários da Notificação. |
delete(string, string, string, string, Notification |
Remove o utilizador Gestão de API da lista de Notificações. |
list |
Obtém a lista do Utilizador Destinatário da Notificação subscrito à notificação. |
Detalhes de Método
checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)
Determine se o Utilizador Destinatário da Notificação está subscrito à notificação.
function checkEntityExists(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCheckEntityExistsOptionalParams): Promise<NotificationRecipientUserCheckEntityExistsResponse>
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.
- userId
-
string
Identificador de utilizador. Tem de ser exclusivo na instância de serviço do Gestão de API atual.
Os parâmetros de opções.
Devoluções
createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)
Adiciona o Gestão de API Utilizador à lista de Destinatários da Notificação.
function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCreateOrUpdateOptionalParams): Promise<RecipientUserContract>
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.
- userId
-
string
Identificador de utilizador. Tem de ser exclusivo na instância de serviço do Gestão de API atual.
Os parâmetros de opções.
Devoluções
Promise<RecipientUserContract>
delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)
Remove o utilizador Gestão de API da lista de Notificações.
function delete(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserDeleteOptionalParams): 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.
- userId
-
string
Identificador de utilizador. Tem de ser exclusivo na instância de serviço do Gestão de API atual.
Os parâmetros de opções.
Devoluções
Promise<void>
listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)
Obtém a lista do Utilizador Destinatário da Notificação subscrito à notificação.
function listByNotification(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationRecipientUserListByNotificationOptionalParams): Promise<RecipientUserCollection>
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.
Os parâmetros de opções.
Devoluções
Promise<RecipientUserCollection>