Sdílet prostřednictvím


NotificationRecipientEmail interface

Rozhraní představující NotificationRecipientEmail.

Metody

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

Zjistěte, jestli příjemce oznámení Email odběr oznámení.

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

Přidá adresu Email do seznamu Příjemců oznámení.

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

Odebere e-mail ze seznamu oznámení.

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Získá seznam e-mailů příjemce oznámení odebíraných k odběru oznámení.

Podrobnosti metody

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

Zjistěte, jestli příjemce oznámení Email odběr oznámení.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

notificationName

string

Identifikátor názvu oznámení.

email

string

identifikátor Email.

Návraty

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

Přidá adresu Email do seznamu Příjemců oznámení.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

notificationName

string

Identifikátor názvu oznámení.

email

string

identifikátor Email.

Návraty

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

Odebere e-mail ze seznamu oznámení.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

notificationName

string

Identifikátor názvu oznámení.

email

string

identifikátor Email.

options
NotificationRecipientEmailDeleteOptionalParams

Parametry možností

Návraty

Promise<void>

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

Získá seznam e-mailů příjemce oznámení odebíraných k odběru oznámení.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

notificationName

string

Identifikátor názvu oznámení.

Návraty