Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Class and Description |
---|---|
class |
AnonymousCredentials
Anonymous credentials are to be used with with HTTP(S) requests that read blobs from public containers or requests
that use a Shared Access Signature (SAS).
|
class |
SharedKeyCredentials
SharedKeyCredentials are a means of signing and authenticating storage requests.
|
class |
TokenCredentials
TokenCredentials are a means of authenticating requests to Azure Storage via OAuth user tokens.
|
Modifier and Type | Method and Description |
---|---|
static com.microsoft.rest.v2.http.HttpPipeline |
StorageURL.createPipeline(ICredentials credentials)
Creates an pipeline to process the HTTP requests and Responses.
|
static com.microsoft.rest.v2.http.HttpPipeline |
StorageURL.createPipeline(ICredentials credentials,
PipelineOptions pipelineOptions)
Creates an pipeline to process the HTTP requests and Responses.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.