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 식별자입니다.
옵션 매개 변수입니다.
반환
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 식별자입니다.
옵션 매개 변수입니다.
반환
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 식별자입니다.
옵션 매개 변수입니다.
반환
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
알림 이름 식별자입니다.
옵션 매개 변수입니다.
반환
Promise<RecipientEmailCollection>