Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeneratedClient

Package version

Hierarchy

Index

Constructors

constructor

Properties

apiVersion

apiVersion: string

Methods

publishCloudEventEvents

  • publishCloudEventEvents(topicHostname: string, events: CloudEvent[], options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Publishes a batch of events to an Azure Event Grid topic.

    Parameters

    • topicHostname: string

      The host name of the topic, e.g. topic1.westus2-1.eventgrid.azure.net

    • events: CloudEvent[]

      An array of events to be published to Event Grid.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

publishCustomEventEvents

  • publishCustomEventEvents(topicHostname: string, events: any[], options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Publishes a batch of events to an Azure Event Grid topic.

    Parameters

    • topicHostname: string

      The host name of the topic, e.g. topic1.westus2-1.eventgrid.azure.net

    • events: any[]

      An array of events to be published to Event Grid.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

publishEvents

  • publishEvents(topicHostname: string, events: EventGridEvent[], options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Publishes a batch of events to an Azure Event Grid topic.

    Parameters

    • topicHostname: string

      The host name of the topic, e.g. topic1.westus2-1.eventgrid.azure.net

    • events: EventGridEvent[]

      An array of events to be published to Event Grid.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

Generated using TypeDoc