PipelineOptions interface

Option interface for Pipeline constructor.

Properties

httpClient

Optional. Configures the HTTP client to send requests and receive responses.

shareTokenIntent

Intent of using TokenCredential in file requests.

Property Details

httpClient

Optional. Configures the HTTP client to send requests and receive responses.

httpClient?: HttpClient

Property Value

shareTokenIntent

Intent of using TokenCredential in file requests.

shareTokenIntent?: string

Property Value

string