Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventRoutes

Package version

Class representing a EventRoutes.

Hierarchy

  • EventRoutes

Index

Constructors

Methods

Constructors

constructor

Methods

add

  • Adds or replaces an event route. Status codes:

    • 204 No Content
    • 400 Bad Request
      • EventRouteEndpointInvalid - The endpoint provided does not exist or is not active.
      • EventRouteFilterInvalid - The event route filter is invalid.
      • EventRouteIdInvalid - The event route id is invalid.
      • LimitExceeded - The maximum number of event routes allowed has been reached.

    Parameters

    • id: string

      The id for an event route. The id is unique within event routes and case sensitive.

    • Optional options: EventRoutesAddOptionalParams

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

delete

  • Deletes an event route. Status codes:

    • 204 No Content
    • 404 Not Found
      • EventRouteNotFound - The event route was not found.

    Parameters

    • id: string

      The id for an event route. The id is unique within event routes and case sensitive.

    • Optional options: EventRoutesDeleteOptionalParams

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

getById

list

listNext

Generated using TypeDoc