Partilhar via


Notification interface

Interface que representa uma Notificação.

Métodos

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

Criar ou Atualizar Gestão de API notificação do publicador.

get(string, string, string, NotificationGetOptionalParams)

Obtém os detalhes da Notificação especificada pelo respetivo identificador.

listByService(string, string, NotificationListByServiceOptionalParams)

Lista uma coleção de propriedades definidas numa instância de serviço.

Detalhes de Método

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

Criar ou Atualizar Gestão de API notificação do publicador.

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationCreateOrUpdateOptionalParams): Promise<NotificationContract>

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.

options
NotificationCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

get(string, string, string, NotificationGetOptionalParams)

Obtém os detalhes da Notificação especificada pelo respetivo identificador.

function get(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationGetOptionalParams): Promise<NotificationContract>

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.

options
NotificationGetOptionalParams

Os parâmetros de opções.

Devoluções

listByService(string, string, NotificationListByServiceOptionalParams)

Lista uma coleção de propriedades definidas numa instância de serviço.

function listByService(resourceGroupName: string, serviceName: string, options?: NotificationListByServiceOptionalParams): PagedAsyncIterableIterator<NotificationContract, NotificationContract[], PageSettings>

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.

options
NotificationListByServiceOptionalParams

Os parâmetros de opções.

Devoluções