ListGeoRegionsOptionalParams interface
Optional parameters.
- Extends
Properties
| custom |
Specify |
| linux |
Specify |
| linux |
Specify |
| sku | Name of SKU used to filter the regions. |
| xenon |
Specify |
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| 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. |
| tracing |
Options used when tracing is enabled. |
Property Details
customModeWorkersEnabled
Specify true if you want to filter to only regions that support App Service Plans with IsCustomMode set to true.
customModeWorkersEnabled?: boolean
Property Value
boolean
linuxDynamicWorkersEnabled
Specify true if you want to filter to only regions that support Linux Consumption Workers.
linuxDynamicWorkersEnabled?: boolean
Property Value
boolean
linuxWorkersEnabled
Specify true if you want to filter to only regions that support Linux workers.
linuxWorkersEnabled?: boolean
Property Value
boolean
sku
Name of SKU used to filter the regions.
sku?: string
Property Value
string
xenonWorkersEnabled
Specify true if you want to filter to only regions that support Xenon workers.
xenonWorkersEnabled?: boolean
Property Value
boolean
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From coreClient.OperationOptions.abortSignal
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 coreClient.OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From coreClient.OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From coreClient.OperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From coreClient.OperationOptions.tracingOptions