ListMobileAreaCodesOptions interface
Additional options that can be passed to the Mobile area codes request.
- Extends
-
Omit<PhoneNumbersListAreaCodesOptionalParams, "locality" | "administrativeDivision">
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| accept |
The locale to display in the localized fields in the response. e.g. 'en-US' |
| assignment |
Filter by assignmentType, e.g. Person, Application. |
| max |
An optional parameter for how many entries to return, for pagination purposes. The default value is 100. |
| on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
| request |
Options used when creating and sending HTTP requests for this operation. |
| serializer |
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. |
| tracing |
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
assignmentType
Filter by assignmentType, e.g. Person, Application.
assignmentType?: PhoneNumberAssignmentType
Property Value
Inherited From Omit.assignmentType
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