Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExtendedCommonClientOptions type
- Package:
- @azure/keyvault-common
Extended common client options that include keep alive and redirect options. This type combines the standard CommonClientOptions with additional options for controlling HTTP connection keep-alive and redirect behavior.
type ExtendedCommonClientOptions = CommonClientOptions & {
keepAliveOptions?: KeepAliveOptions
redirectOptions?: RedirectOptions
}
