NotificationRecipientEmail interface
代表 NotificationRecipientEmail 的介面。
方法
方法詳細資料
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 管理服務的名稱。
- notificationName
-
string
通知名稱識別碼。
-
string
Email識別碼。
傳回
createOrUpdate(string, string, string, string, NotificationRecipientEmailCreateOrUpdateOptionalParams)
將Email位址新增至通知的收件者清單。
function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, email: string, options?: NotificationRecipientEmailCreateOrUpdateOptionalParams): Promise<RecipientEmailContract>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- serviceName
-
string
API 管理服務的名稱。
- notificationName
-
string
通知名稱識別碼。
-
string
Email識別碼。
選項參數。
傳回
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 管理服務的名稱。
- notificationName
-
string
通知名稱識別碼。
-
string
Email識別碼。
選項參數。
傳回
Promise<void>
listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)
取得訂閱通知的通知收件者電子郵件清單。
function listByNotification(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationRecipientEmailListByNotificationOptionalParams): Promise<RecipientEmailCollection>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- serviceName
-
string
API 管理服務的名稱。
- notificationName
-
string
通知名稱識別碼。
傳回
Promise<RecipientEmailCollection>