Share via


SendNotificationOptions interface

Options for sending notifications for tag based send.

Extends

Properties

tagExpression

A tag expression used to target devices. Use the createTagExpression function to create a tag expression from an array of tags.

Inherited Properties

abortSignal

The signal which can be used to abort requests.

enableTestSend

Set to true to enable test send.

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

requestOptions

Options used when creating and sending HTTP requests for this operation.

tracingOptions

Options used when tracing is enabled.

Property Details

tagExpression

A tag expression used to target devices. Use the createTagExpression function to create a tag expression from an array of tags.

tagExpression: string

Property Value

string

Inherited Property Details

abortSignal

The signal which can be used to abort requests.

abortSignal?: AbortSignalLike

Property Value

Inherited From BroadcastSendNotificationOptions.abortSignal

enableTestSend

Set to true to enable test send.

enableTestSend?: boolean

Property Value

boolean

Inherited From BroadcastSendNotificationOptions.enableTestSend

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

onResponse?: RawResponseCallback

Property Value

Inherited From BroadcastSendNotificationOptions.onResponse

requestOptions

Options used when creating and sending HTTP requests for this operation.

requestOptions?: OperationRequestOptions

Property Value

Inherited From BroadcastSendNotificationOptions.requestOptions

tracingOptions

Options used when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From BroadcastSendNotificationOptions.tracingOptions