StoragePipelineOptions interface  
Options interface for the newPipeline function.
Properties
| audience | The audience used to retrieve an AAD token. By default, audience 'https://storage.azure.com/.default' will be used. | 
| http | Configures the HTTP client to send requests and receive responses. | 
| keep | Keep alive configurations. Default keep-alive is enabled. | 
| proxy | Options to configure a proxy for outgoing requests. | 
| retry | Configures the built-in retry policy behavior. | 
| user | Options for adding user agent details to outgoing requests. | 
Property Details
audience
The audience used to retrieve an AAD token. By default, audience 'https://storage.azure.com/.default' will be used.
audience?: stringProperty Value
string
		httpClient
	 
	Configures the HTTP client to send requests and receive responses.
httpClient?: RequestPolicyProperty Value
		keepAliveOptions
	  
	Keep alive configurations. Default keep-alive is enabled.
keepAliveOptions?: KeepAliveOptionsProperty Value
		proxyOptions
	 
	Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettingsProperty Value
		retryOptions
	 
	Configures the built-in retry policy behavior.
retryOptions?: StorageRetryOptionsProperty Value
		userAgentOptions
	  
	Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentPolicyOptions