NotificationRecipientEmail interface
NotificationRecipientEmail を表すインターフェイス。
メソッド
check |
通知受信者Email通知をサブスクライブしているかどうかを判断します。 |
create |
通知の受信者の一覧にメール アドレスを追加します。 |
delete(string, string, string, string, Notification |
通知の一覧からメールを削除します。 |
list |
通知をサブスクライブしている通知受信者のメールの一覧を取得します。 |
メソッドの詳細
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
通知名識別子。
-
string
Email識別子。
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
通知名識別子。
-
string
Email識別子。
options パラメーター。
戻り値
Promise<RecipientEmailContract>
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
通知名識別子。
-
string
Email識別子。
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 パラメーター。
戻り値
Promise<RecipientEmailCollection>