共用方式為


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

通知。

傳回

delete(string, string, string, NotificationChannelsDeleteOptionalParams)

刪除通知通道。

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

參數

resourceGroupName

string

資源群組的名稱。

labName

string

實驗室的名稱。

name

string

通知通道的名稱。

傳回

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

產生通知的屬性。

傳回

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

通知。

傳回