| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CloudBlob.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
SharedAccessBlobHeaders headers,
String groupPolicyIdentifier)
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
|
String |
CloudBlob.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
SharedAccessBlobHeaders headers,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
|
String |
CloudBlob.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
SharedAccessBlobHeaders headers,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols,
boolean skipDecoding)
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
|
String |
CloudBlobContainer.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
String groupPolicyIdentifier)
Returns a shared access signature for the container.
|
String |
CloudBlob.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
String groupPolicyIdentifier)
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
|
String |
CloudBlobContainer.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature for the container.
|
String |
CloudBlob.generateUserDelegationSharedAccessSignature(UserDelegationKey delegationKey,
SharedAccessBlobPolicy policy)
Returns a shared access signature based on a user delegation key for the blob using the specified group policy identifier and
operation context.
|
String |
CloudBlob.generateUserDelegationSharedAccessSignature(UserDelegationKey delegationKey,
SharedAccessBlobPolicy policy,
SharedAccessBlobHeaders headers,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature based on a user delegation key for the blob using the specified group policy identifier and
operation context.
|
Copyright © 2021. All Rights Reserved.