Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventSourcesImpl

Package version

Class containing EventSources operations.

Hierarchy

  • EventSourcesImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • Deletes the event source with the specified name in the specified subscription, resource group, and environment

    Parameters

    • resourceGroupName: string

      Name of an Azure Resource group.

    • environmentName: string

      The name of the Time Series Insights environment associated with the specified resource group.

    • eventSourceName: string

      The name of the Time Series Insights event source associated with the specified environment.

    • Optional options: EventSourcesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the event source with the specified name in the specified environment.

    Parameters

    • resourceGroupName: string

      Name of an Azure Resource group.

    • environmentName: string

      The name of the Time Series Insights environment associated with the specified resource group.

    • eventSourceName: string

      The name of the Time Series Insights event source associated with the specified environment.

    • Optional options: EventSourcesGetOptionalParams

      The options parameters.

    Returns Promise<EventSourcesGetResponse>

listByEnvironment

update

  • Updates the event source with the specified name in the specified subscription, resource group, and environment.

    Parameters

    • resourceGroupName: string

      Name of an Azure Resource group.

    • environmentName: string

      The name of the Time Series Insights environment associated with the specified resource group.

    • eventSourceName: string

      The name of the Time Series Insights event source associated with the specified environment.

    • eventSourceUpdateParameters: EventSourceUpdateParametersUnion

      Request object that contains the updated information for the event source.

    • Optional options: EventSourcesUpdateOptionalParams

      The options parameters.

    Returns Promise<EventSourcesUpdateResponse>

Generated using TypeDoc