다음을 통해 공유


Notification interface

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

메서드

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

API Management 게시자 알림을 만들거나 업데이트합니다.

get(string, string, string, NotificationGetOptionalParams)

식별자가 지정한 알림의 세부 정보를 가져옵니다.

listByService(string, string, NotificationListByServiceOptionalParams)

서비스 인스턴스 내에 정의된 속성 컬렉션을 나열합니다.

메서드 세부 정보

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

API Management 게시자 알림을 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationCreateOrUpdateOptionalParams): Promise<NotificationContract>

매개 변수

resourceGroupName

string

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

serviceName

string

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

notificationName

string

알림 이름 식별자입니다.

options
NotificationCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, NotificationGetOptionalParams)

식별자가 지정한 알림의 세부 정보를 가져옵니다.

function get(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationGetOptionalParams): Promise<NotificationContract>

매개 변수

resourceGroupName

string

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

serviceName

string

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

notificationName

string

알림 이름 식별자입니다.

options
NotificationGetOptionalParams

옵션 매개 변수입니다.

반환

listByService(string, string, NotificationListByServiceOptionalParams)

서비스 인스턴스 내에 정의된 속성 컬렉션을 나열합니다.

function listByService(resourceGroupName: string, serviceName: string, options?: NotificationListByServiceOptionalParams): PagedAsyncIterableIterator<NotificationContract, NotificationContract[], PageSettings>

매개 변수

resourceGroupName

string

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

serviceName

string

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

options
NotificationListByServiceOptionalParams

옵션 매개 변수입니다.

반환