다음을 통해 공유


NotificationChannels interface

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

메서드

createOrUpdate(string, string, string, NotificationChannel, NotificationChannelsCreateOrUpdateOptionalParams)

기존 알림 채널을 만들거나 대체합니다.

delete(string, string, string, NotificationChannelsDeleteOptionalParams)

알림 채널을 삭제합니다.

get(string, string, string, NotificationChannelsGetOptionalParams)

알림 채널을 가져옵니다.

list(string, string, NotificationChannelsListOptionalParams)

지정된 랩에서 알림 채널을 나열합니다.

notify(string, string, string, NotifyParameters, NotificationChannelsNotifyOptionalParams)

제공된 채널에 알림을 보냅니다.

update(string, string, string, NotificationChannelFragment, NotificationChannelsUpdateOptionalParams)

알림 채널의 태그를 수정할 수 있습니다. 다른 모든 속성은 무시됩니다.

메서드 세부 정보

createOrUpdate(string, string, string, NotificationChannel, NotificationChannelsCreateOrUpdateOptionalParams)

기존 알림 채널을 만들거나 대체합니다.

function createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannel, options?: NotificationChannelsCreateOrUpdateOptionalParams): Promise<NotificationChannel>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

labName

string

랩의 이름입니다.

name

string

알림 채널 이름입니다.

notificationChannel
NotificationChannel

알림입니다.

options
NotificationChannelsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

delete(string, string, string, NotificationChannelsDeleteOptionalParams)

알림 채널을 삭제합니다.

function delete(resourceGroupName: string, labName: string, name: string, options?: NotificationChannelsDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

labName

string

랩의 이름입니다.

name

string

알림 채널 이름입니다.

options
NotificationChannelsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, NotificationChannelsGetOptionalParams)

알림 채널을 가져옵니다.

function get(resourceGroupName: string, labName: string, name: string, options?: NotificationChannelsGetOptionalParams): Promise<NotificationChannel>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

labName

string

랩의 이름입니다.

name

string

알림 채널 이름입니다.

options
NotificationChannelsGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, NotificationChannelsListOptionalParams)

지정된 랩에서 알림 채널을 나열합니다.

function list(resourceGroupName: string, labName: string, options?: NotificationChannelsListOptionalParams): PagedAsyncIterableIterator<NotificationChannel, NotificationChannel[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

labName

string

랩의 이름입니다.

options
NotificationChannelsListOptionalParams

옵션 매개 변수입니다.

반환

notify(string, string, string, NotifyParameters, NotificationChannelsNotifyOptionalParams)

제공된 채널에 알림을 보냅니다.

function notify(resourceGroupName: string, labName: string, name: string, notifyParameters: NotifyParameters, options?: NotificationChannelsNotifyOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

labName

string

랩의 이름입니다.

name

string

알림 채널 이름입니다.

notifyParameters
NotifyParameters

알림을 생성하기 위한 속성입니다.

options
NotificationChannelsNotifyOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

update(string, string, string, NotificationChannelFragment, NotificationChannelsUpdateOptionalParams)

알림 채널의 태그를 수정할 수 있습니다. 다른 모든 속성은 무시됩니다.

function update(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannelFragment, options?: NotificationChannelsUpdateOptionalParams): Promise<NotificationChannel>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

labName

string

랩의 이름입니다.

name

string

알림 채널 이름입니다.

notificationChannel
NotificationChannelFragment

알림입니다.

options
NotificationChannelsUpdateOptionalParams

옵션 매개 변수입니다.

반환