DevOpsInfrastructureClientOptionalParams interface     
Optional parameters for the client.
- Extends
Properties
| api | Known values of KnownVersions that the service accepts. | 
Inherited Properties
| additional | Additional policies to include in the HTTP pipeline. | 
| agent | Options for configuring Agent instance for outgoing requests | 
| allow | Option to allow calling http (insecure) endpoints | 
| base | Base url for the client | 
| credentials | Credentials information | 
| endpoint | Endpoint for the client | 
| http | Specify a custom HttpClient when making requests. | 
| logging | Options to configure request/response logging. | 
| proxy | Options to configure a proxy for outgoing requests. | 
| redirect | Options for how redirect responses are handled. | 
| retry | Options that control how to retry failed requests. | 
| telemetry | Options for setting common telemetry and tracing info to outgoing requests. | 
| tls | Options for configuring TLS authentication | 
| user | Options for adding user agent details to outgoing requests. | 
Property Details
		apiVersion
	 
	
Inherited Property Details
		additionalPolicies
	 
	Additional policies to include in the HTTP pipeline.
additionalPolicies?: AdditionalPolicyConfig[]Property Value
Inherited From ClientOptions.additionalPolicies
agent
Options for configuring Agent instance for outgoing requests
agent?: AgentProperty Value
Inherited From ClientOptions.agent
		allowInsecureConnection
	  
	Option to allow calling http (insecure) endpoints
allowInsecureConnection?: booleanProperty Value
boolean
Inherited From ClientOptions.allowInsecureConnection
		baseUrl
	 
	Warning
This API is now deprecated.
This property is deprecated and will be removed soon, please use endpoint instead
Base url for the client
baseUrl?: stringProperty Value
string
Inherited From ClientOptions.baseUrl
credentials
Credentials information
credentials?: { apiKeyHeaderName?: string, scopes?: string[] }Property Value
{ apiKeyHeaderName?: string, scopes?: string[] }
Inherited From ClientOptions.credentials
endpoint
Endpoint for the client
endpoint?: stringProperty Value
string
Inherited From ClientOptions.endpoint
		httpClient
	 
	Specify a custom HttpClient when making requests.
httpClient?: HttpClientProperty Value
Inherited From ClientOptions.httpClient
		loggingOptions
	 
	Options to configure request/response logging.
loggingOptions?: LogPolicyOptionsProperty Value
Inherited From ClientOptions.loggingOptions
		proxyOptions
	 
	Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettingsProperty Value
Inherited From ClientOptions.proxyOptions
		redirectOptions
	 
	Options for how redirect responses are handled.
redirectOptions?: RedirectPolicyOptionsProperty Value
Inherited From ClientOptions.redirectOptions
		retryOptions
	 
	Options that control how to retry failed requests.
retryOptions?: PipelineRetryOptionsProperty Value
Inherited From ClientOptions.retryOptions
		telemetryOptions
	 
	Options for setting common telemetry and tracing info to outgoing requests.
telemetryOptions?: TelemetryOptionsProperty Value
Inherited From ClientOptions.telemetryOptions
		tlsOptions
	 
	Options for configuring TLS authentication
tlsOptions?: TlsSettingsProperty Value
Inherited From ClientOptions.tlsOptions
		userAgentOptions
	  
	Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentPolicyOptionsProperty Value
Inherited From ClientOptions.userAgentOptions