Share via


ListTollFreeAreaCodesOptions interface

Additional options that can be passed to the Toll-Free area codes request.

Extends

Omit<PhoneNumbersListAreaCodesOptionalParams, "assignmentType" | "locality" | "administrativeDivision">

Inherited Properties

abortSignal

The signal which can be used to abort requests.

acceptLanguage

The locale to display in the localized fields in the response. e.g. 'en-US'

maxPageSize

An optional parameter for how many entries to return, for pagination purposes. The default value is 100.

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.

serializerOptions

Options to override serialization/de-serialization behavior.

skip

An optional parameter for how many entries to skip, for pagination purposes. The default value is 0.

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 Omit.abortSignal

acceptLanguage

The locale to display in the localized fields in the response. e.g. 'en-US'

acceptLanguage?: string

Property Value

string

Inherited From Omit.acceptLanguage

maxPageSize

An optional parameter for how many entries to return, for pagination purposes. The default value is 100.

maxPageSize?: number

Property Value

number

Inherited From Omit.maxPageSize

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

requestOptions

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

requestOptions?: OperationRequestOptions

Property Value

Inherited From Omit.requestOptions

serializerOptions

Options to override serialization/de-serialization behavior.

serializerOptions?: SerializerOptions

Property Value

Inherited From Omit.serializerOptions

skip

An optional parameter for how many entries to skip, for pagination purposes. The default value is 0.

skip?: number

Property Value

number

Inherited From Omit.skip

tracingOptions

Options used when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From Omit.tracingOptions