InputSchemaToOptionsTypeMap interface

A map of input schema names to shapes of the options bag for the send method on EventGridPublisherClient.

Properties

CloudEvent

The shape of the options parameter for send when the client is configured to send events using the Cloud Event schema.

Custom

The shape of the options parameter for send when the client is configured to send events using a custom schema.

EventGrid

The shape of the options parameter for send when the client is configured to send events using the Event Grid schema.

Property Details

CloudEvent

The shape of the options parameter for send when the client is configured to send events using the Cloud Event schema.

CloudEvent: CloudEventSendOptions

Property Value

Custom

The shape of the options parameter for send when the client is configured to send events using a custom schema.

Custom: OperationOptions

Property Value

EventGrid

The shape of the options parameter for send when the client is configured to send events using the Event Grid schema.

EventGrid: OperationOptions

Property Value