Share via


InternalPipelineOptions interface

Defines options that are used to configure internal options of the HTTP pipeline for an SDK client.

Extends

Properties

loggingOptions

Options to configure request/response logging.

Inherited Properties

httpsClient

The HttpsClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpsClient.

proxyOptions

Options to configure a proxy for outgoing requests.

redirectOptions

Options for how redirect responses are handled.

retryOptions

Options that control how to retry failed requests.

userAgentOptions

Options for adding user agent details to outgoing requests.

Property Details

loggingOptions

Options to configure request/response logging.

loggingOptions?: LogPolicyOptions

Property Value

Inherited Property Details

httpsClient

The HttpsClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpsClient.

httpsClient?: HttpsClient

Property Value

Inherited From PipelineOptions.httpsClient

proxyOptions

Options to configure a proxy for outgoing requests.

proxyOptions?: ProxySettings

Property Value

Inherited From PipelineOptions.proxyOptions

redirectOptions

Options for how redirect responses are handled.

redirectOptions?: RedirectPolicyOptions

Property Value

Inherited From PipelineOptions.redirectOptions

retryOptions

Options that control how to retry failed requests.

retryOptions?: ExponentialRetryPolicyOptions

Property Value

Inherited From PipelineOptions.retryOptions

userAgentOptions

Options for adding user agent details to outgoing requests.

userAgentOptions?: UserAgentPolicyOptions

Property Value

Inherited From PipelineOptions.userAgentOptions