Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotificationChannels

Package version

Class representing a NotificationChannels.

Hierarchy

  • NotificationChannels

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannel, options?: msRest.RequestOptionsBase): Promise<Models.NotificationChannelsCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannel, callback: msRest.ServiceCallback<NotificationChannel>): void
  • createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannel, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<NotificationChannel>): void
  • Create or replace an existing notificationChannel.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notificationChannel: NotificationChannel

      A notification.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.NotificationChannelsCreateOrUpdateResponse>

    Promise<Models.NotificationChannelsCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notificationChannel: NotificationChannel

      A notification.

    • callback: msRest.ServiceCallback<NotificationChannel>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notificationChannel: NotificationChannel

      A notification.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<NotificationChannel>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Delete notification channel.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, labName: string, name: string, options?: Models.NotificationChannelsGetOptionalParams): Promise<Models.NotificationChannelsGetResponse>
  • get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<NotificationChannel>): void
  • get(resourceGroupName: string, labName: string, name: string, options: NotificationChannelsGetOptionalParams, callback: msRest.ServiceCallback<NotificationChannel>): void
  • Get notification channel.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • Optional options: Models.NotificationChannelsGetOptionalParams

    Returns Promise<Models.NotificationChannelsGetResponse>

    Promise<Models.NotificationChannelsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • callback: msRest.ServiceCallback<NotificationChannel>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • options: NotificationChannelsGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<NotificationChannel>

      The callback

    Returns void

list

  • list(resourceGroupName: string, labName: string, options?: Models.NotificationChannelsListOptionalParams): Promise<Models.NotificationChannelsListResponse>
  • list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<NotificationChannelList>): void
  • list(resourceGroupName: string, labName: string, options: NotificationChannelsListOptionalParams, callback: msRest.ServiceCallback<NotificationChannelList>): void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NotificationChannelsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<NotificationChannelList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<NotificationChannelList>): void
  • List notification channels in a given lab.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.NotificationChannelsListNextResponse>

    Promise<Models.NotificationChannelsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<NotificationChannelList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<NotificationChannelList>

      The callback

    Returns void

notify

  • notify(resourceGroupName: string, labName: string, name: string, notifyParameters: NotifyParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • notify(resourceGroupName: string, labName: string, name: string, notifyParameters: NotifyParameters, callback: msRest.ServiceCallback<void>): void
  • notify(resourceGroupName: string, labName: string, name: string, notifyParameters: NotifyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Send notification to provided channel.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notifyParameters: NotifyParameters

      Properties for generating a Notification.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notifyParameters: NotifyParameters

      Properties for generating a Notification.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notifyParameters: NotifyParameters

      Properties for generating a Notification.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

update

  • Modify properties of notification channels.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notificationChannel: NotificationChannelFragment

      A notification.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.NotificationChannelsUpdateResponse>

    Promise<Models.NotificationChannelsUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notificationChannel: NotificationChannelFragment

      A notification.

    • callback: msRest.ServiceCallback<NotificationChannel>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the notificationChannel.

    • notificationChannel: NotificationChannelFragment

      A notification.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<NotificationChannel>

      The callback

    Returns void

Generated using TypeDoc