Share via


ListConnectionsOptionalParams interface

List connections optional parameters.

Extends

Inherited Properties

abortSignal

The signal which can be used to abort requests.

category

Category of the workspace connection.

includeAll

Indicates whether to list datastores. Service default: do not list datastores.

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.

target

Target of the workspace connection.

tracingOptions

Options used when tracing is enabled.

Inherited Property Details

abortSignal

The signal which can be used to abort requests.

abortSignal?: AbortSignalLike

Property Value

Inherited From OperationOptions.abortSignal

category

Category of the workspace connection.

category?: string

Property Value

string

Inherited From ListConnectionsQueryParamProperties.category

includeAll

Indicates whether to list datastores. Service default: do not list datastores.

includeAll?: boolean

Property Value

boolean

Inherited From ListConnectionsQueryParamProperties.includeAll

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 OperationOptions.onResponse

requestOptions

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

requestOptions?: OperationRequestOptions

Property Value

Inherited From OperationOptions.requestOptions

target

Target of the workspace connection.

target?: string

Property Value

string

Inherited From ListConnectionsQueryParamProperties.target

tracingOptions

Options used when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From OperationOptions.tracingOptions