다음을 통해 공유


NotificationRecipientUser interface

NotificationRecipientUser를 나타내는 인터페이스입니다.

메서드

checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)

알림 받는 사람 사용자가 알림을 구독하는지 확인합니다.

createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)

알림에 대한 받는 사람 목록에 API Management 사용자를 추가합니다.

delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)

알림 목록에서 API Management 사용자를 제거합니다.

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

알림을 구독하는 알림 받는 사람 사용자 목록을 가져옵니다.

메서드 세부 정보

checkEntityExists(string, string, string, string, NotificationRecipientUserCheckEntityExistsOptionalParams)

알림 받는 사람 사용자가 알림을 구독하는지 확인합니다.

function checkEntityExists(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCheckEntityExistsOptionalParams): Promise<NotificationRecipientUserCheckEntityExistsResponse>

매개 변수

resourceGroupName

string

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

serviceName

string

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

notificationName

string

알림 이름 식별자입니다.

userId

string

사용자 식별자 현재 API Management 서비스 instance 고유해야 합니다.

options
NotificationRecipientUserCheckEntityExistsOptionalParams

옵션 매개 변수입니다.

반환

createOrUpdate(string, string, string, string, NotificationRecipientUserCreateOrUpdateOptionalParams)

알림에 대한 받는 사람 목록에 API Management 사용자를 추가합니다.

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, userId: string, options?: NotificationRecipientUserCreateOrUpdateOptionalParams): Promise<RecipientUserContract>

매개 변수

resourceGroupName

string

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

serviceName

string

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

notificationName

string

알림 이름 식별자입니다.

userId

string

사용자 식별자 현재 API Management 서비스 instance 고유해야 합니다.

options
NotificationRecipientUserCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

delete(string, string, string, string, NotificationRecipientUserDeleteOptionalParams)

알림 목록에서 API Management 사용자를 제거합니다.

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

매개 변수

resourceGroupName

string

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

serviceName

string

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

notificationName

string

알림 이름 식별자입니다.

userId

string

사용자 식별자 현재 API Management 서비스 instance 고유해야 합니다.

options
NotificationRecipientUserDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

listByNotification(string, string, string, NotificationRecipientUserListByNotificationOptionalParams)

알림을 구독하는 알림 받는 사람 사용자 목록을 가져옵니다.

function listByNotification(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationRecipientUserListByNotificationOptionalParams): Promise<RecipientUserCollection>

매개 변수

resourceGroupName

string

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

serviceName

string

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

notificationName

string

알림 이름 식별자입니다.

options
NotificationRecipientUserListByNotificationOptionalParams

옵션 매개 변수입니다.

반환