다음을 통해 공유


NotificationRecipientEmail interface

NotificationRecipientEmail을 나타내는 인터페이스입니다.

메서드

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

알림 받는 사람 전자 메일이 알림을 구독했는지 확인합니다.

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

알림의 받는 사람 목록에 전자 메일 주소를 추가합니다.

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

알림 목록에서 전자 메일을 제거합니다.

listByNotification(string, string, string, NotificationRecipientEmailListByNotificationOptionalParams)

알림을 구독하는 알림 받는 사람 전자 메일의 목록을 가져옵니다.

메서드 세부 정보

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

알림 받는 사람 전자 메일이 알림을 구독했는지 확인합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

serviceName

string

API Management 서비스의 이름입니다.

notificationName

string

알림 이름 식별자입니다.

email

string

전자 메일 식별자입니다.

options
NotificationRecipientEmailCheckEntityExistsOptionalParams

옵션 매개 변수입니다.

반환

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

전자 메일 식별자입니다.

options
NotificationRecipientEmailCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

전자 메일 식별자입니다.

options
NotificationRecipientEmailDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

옵션 매개 변수입니다.

반환