次の方法で共有


NotificationRecipientEmail interface

NotificationRecipientEmail を表すインターフェイス。

メソッド

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

通知受信者Email通知をサブスクライブしているかどうかを判断します。

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

通知の受信者の一覧にメール アドレスを追加します。

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

通知の一覧からメールを削除します。

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

通知をサブスクライブしている通知受信者のメールの一覧を取得します。

メソッドの詳細

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

通知受信者Email通知をサブスクライブしているかどうかを判断します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

notificationName

string

通知名識別子。

email

string

Email識別子。

options
NotificationRecipientEmailCheckEntityExistsOptionalParams

options パラメーター。

戻り値

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

通知の受信者の一覧にメール アドレスを追加します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

notificationName

string

通知名識別子。

email

string

Email識別子。

options
NotificationRecipientEmailCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

通知の一覧からメールを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

notificationName

string

通知名識別子。

email

string

Email識別子。

options
NotificationRecipientEmailDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

通知をサブスクライブしている通知受信者のメールの一覧を取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

notificationName

string

通知名識別子。

options
NotificationRecipientEmailListByNotificationOptionalParams

options パラメーター。

戻り値