AzureStackManagementClientOptionalParams interface     
Optional parameters.
- Extends
Properties
| $host | server parameter | 
| api | Api Version | 
| endpoint | Overrides client endpoint. | 
Inherited Properties
| additional | Additional policies to include in the HTTP pipeline. | 
| agent | Options for configuring Agent instance for outgoing requests | 
| allow | Set to true if the request is sent over HTTP instead of HTTPS | 
| base | If specified, this is the base URI that requests will be made against for this ServiceClient. If it is not specified, then all OperationSpecs must contain a baseUrl property. | 
| credential | Credential used to authenticate the request. | 
| credential | If specified, will be used to build the BearerTokenAuthenticationPolicy. | 
| http | The HttpClient that will be used to send HTTP requests. | 
| pipeline | A customized pipeline to use, otherwise a default one will be created. | 
| proxy | Options to configure a proxy for outgoing requests. | 
| redirect | Options for how redirect responses are handled. | 
| request | The default request content type for the service. Used if no requestContentType is present on an OperationSpec. | 
| 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
$host
server parameter
$host?: stringProperty Value
string
		apiVersion
	 
	Api Version
apiVersion?: stringProperty Value
string
endpoint
Overrides client endpoint.
endpoint?: stringProperty Value
string
Inherited Property Details
		additionalPolicies
	 
	Additional policies to include in the HTTP pipeline.
additionalPolicies?: AdditionalPolicyConfig[]Property Value
Inherited From coreClient.ServiceClientOptions.additionalPolicies
agent
Options for configuring Agent instance for outgoing requests
agent?: AgentProperty Value
Inherited From coreClient.ServiceClientOptions.agent
		allowInsecureConnection
	  
	Set to true if the request is sent over HTTP instead of HTTPS
allowInsecureConnection?: booleanProperty Value
boolean
Inherited From coreClient.ServiceClientOptions.allowInsecureConnection
		baseUri
	 
	Warning
This API is now deprecated.
This property is deprecated and will be removed soon, please use endpoint instead
If specified, this is the base URI that requests will be made against for this ServiceClient. If it is not specified, then all OperationSpecs must contain a baseUrl property.
baseUri?: stringProperty Value
string
Inherited From coreClient.ServiceClientOptions.baseUri
credential
Credential used to authenticate the request.
credential?: TokenCredentialProperty Value
Inherited From coreClient.ServiceClientOptions.credential
		credentialScopes
	 
	If specified, will be used to build the BearerTokenAuthenticationPolicy.
credentialScopes?: string | string[]Property Value
string | string[]
Inherited From coreClient.ServiceClientOptions.credentialScopes
		httpClient
	 
	The HttpClient that will be used to send HTTP requests.
httpClient?: HttpClientProperty Value
Inherited From coreClient.ServiceClientOptions.httpClient
pipeline
A customized pipeline to use, otherwise a default one will be created.
pipeline?: PipelineProperty Value
Inherited From coreClient.ServiceClientOptions.pipeline
		proxyOptions
	 
	Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettingsProperty Value
Inherited From coreClient.ServiceClientOptions.proxyOptions
		redirectOptions
	 
	Options for how redirect responses are handled.
redirectOptions?: RedirectPolicyOptionsProperty Value
Inherited From coreClient.ServiceClientOptions.redirectOptions
		requestContentType
	  
	The default request content type for the service. Used if no requestContentType is present on an OperationSpec.
requestContentType?: stringProperty Value
string
Inherited From coreClient.ServiceClientOptions.requestContentType
		retryOptions
	 
	Options that control how to retry failed requests.
retryOptions?: PipelineRetryOptionsProperty Value
Inherited From coreClient.ServiceClientOptions.retryOptions
		telemetryOptions
	 
	Options for setting common telemetry and tracing info to outgoing requests.
telemetryOptions?: TelemetryOptionsProperty Value
Inherited From coreClient.ServiceClientOptions.telemetryOptions
		tlsOptions
	 
	Options for configuring TLS authentication
tlsOptions?: TlsSettingsProperty Value
Inherited From coreClient.ServiceClientOptions.tlsOptions
		userAgentOptions
	  
	Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentPolicyOptionsProperty Value
Inherited From coreClient.ServiceClientOptions.userAgentOptions