| Package | Description |
|---|---|
| com.azure.storage.common |
This package contains generic classes used by Azure Storage services.
|
| com.azure.storage.common.policy |
Package containing policies used by Azure Storage services.
|
| com.azure.storage.common.sas |
Package containing SAS (shared access signature) classes used by Azure Storage services.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageSharedKeyCredential |
StorageSharedKeyCredential.fromConnectionString(String connectionString)
Creates a SharedKey credential from the passed connection string.
|
static StorageSharedKeyCredential |
StorageSharedKeyCredential.getSharedKeyCredentialFromPipeline(com.azure.core.http.HttpPipeline httpPipeline)
Searches for a
StorageSharedKeyCredential in the passed HttpPipeline. |
| Modifier and Type | Method and Description |
|---|---|
StorageSharedKeyCredential |
StorageSharedKeyCredentialPolicy.sharedKeyCredential() |
| Constructor and Description |
|---|
StorageSharedKeyCredentialPolicy(StorageSharedKeyCredential credential)
Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSasQueryParameters |
AccountSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential storageSharedKeyCredentials)
Deprecated.
Please use the generateAccountSas(AccountSasSignatureValues) method on the desired service client
after initializing
AccountSasSignatureValues. |
Copyright © 2020 Microsoft Corporation. All rights reserved.