Delen via


NotificationChannels interface

Interface die een NotificationChannels vertegenwoordigt.

Methoden

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

Een bestaand meldingskanaal maken of vervangen.

delete(string, string, string, NotificationChannelsDeleteOptionalParams)

Meldingskanaal verwijderen.

get(string, string, string, NotificationChannelsGetOptionalParams)

Meldingskanaal ophalen.

list(string, string, NotificationChannelsListOptionalParams)

Meldingskanalen weergeven in een bepaald lab.

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

Verzend een melding naar het opgegeven kanaal.

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

Hiermee kunt u tags van meldingskanalen wijzigen. Alle andere eigenschappen worden genegeerd.

Methodedetails

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

Een bestaand meldingskanaal maken of vervangen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van het meldingskanaal.

notificationChannel
NotificationChannel

Een melding.

Retouren

delete(string, string, string, NotificationChannelsDeleteOptionalParams)

Meldingskanaal verwijderen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van het meldingskanaal.

options
NotificationChannelsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, NotificationChannelsGetOptionalParams)

Meldingskanaal ophalen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van het meldingskanaal.

options
NotificationChannelsGetOptionalParams

De optiesparameters.

Retouren

list(string, string, NotificationChannelsListOptionalParams)

Meldingskanalen weergeven in een bepaald lab.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

options
NotificationChannelsListOptionalParams

De optiesparameters.

Retouren

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

Verzend een melding naar het opgegeven kanaal.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van het meldingskanaal.

notifyParameters
NotifyParameters

Eigenschappen voor het genereren van een melding.

options
NotificationChannelsNotifyOptionalParams

De optiesparameters.

Retouren

Promise<void>

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

Hiermee kunt u tags van meldingskanalen wijzigen. Alle andere eigenschappen worden genegeerd.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van het meldingskanaal.

notificationChannel
NotificationChannelFragment

Een melding.

options
NotificationChannelsUpdateOptionalParams

De optiesparameters.

Retouren