Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
PipelineOptions |
PipelineOptions.withClient(com.microsoft.rest.v2.http.HttpClient client)
Specifies which HttpClient to use to send the requests.
|
PipelineOptions |
PipelineOptions.withLogger(com.microsoft.rest.v2.http.HttpPipelineLogger logger)
Specifies the logger for the pipeline.
|
PipelineOptions |
PipelineOptions.withLoggingOptions(LoggingOptions loggingOptions)
Configures the built-in request logging policy.
|
PipelineOptions |
PipelineOptions.withRequestRetryOptions(RequestRetryOptions requestRetryOptions)
Configures the retry policy's behavior.
|
PipelineOptions |
PipelineOptions.withTelemetryOptions(TelemetryOptions telemetryOptions)
Configures the built-in telemetry policy behavior.
|
Modifier and Type | Method and Description |
---|---|
static com.microsoft.rest.v2.http.HttpPipeline |
StorageURL.createPipeline(ICredentials credentials,
PipelineOptions pipelineOptions)
Creates an pipeline to process the HTTP requests and Responses.
|
static com.microsoft.rest.v2.http.HttpPipeline |
StorageURL.createPipeline(PipelineOptions pipelineOptions)
Creates an pipeline to process the HTTP requests and Responses.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.