Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
Modifier and Type | Method and Description |
---|---|
IPRange |
SharedAccessAccountPolicy.getRange()
Gets the allowed IP addresses for a shared access signature associated with this shared access policy.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedAccessAccountPolicy.setRange(IPRange range)
Sets the allowed IP addresses for a shared access signature associated with this shared access policy.
|
Modifier and Type | Method and Description |
---|---|
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 |
CloudBlobContainer.generateSharedAccessSignature(SharedAccessBlobPolicy policy,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature for the container.
|
Modifier and Type | Method and Description |
---|---|
static UriQueryBuilder |
SharedAccessSignatureHelper.generateSharedAccessSignatureForBlobAndFile(SharedAccessPolicy policy,
SharedAccessHeaders headers,
String groupPolicyIdentifier,
String resourceType,
IPRange ipRange,
SharedAccessProtocols protocols,
String signature)
Get the complete query builder for creating the Shared Access Signature query.
|
static UriQueryBuilder |
SharedAccessSignatureHelper.generateSharedAccessSignatureForQueue(SharedAccessQueuePolicy policy,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols,
String signature)
Get the complete query builder for creating the Shared Access Signature query.
|
static UriQueryBuilder |
SharedAccessSignatureHelper.generateSharedAccessSignatureForTable(SharedAccessTablePolicy policy,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
String accessPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols,
String tableName,
String signature)
Get the complete query builder for creating the Shared Access Signature query.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForBlobAndFile(SharedAccessPolicy policy,
SharedAccessHeaders headers,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for the blob or file service.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForQueue(SharedAccessQueuePolicy policy,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for queue service.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForTable(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for the table service.
|
Modifier and Type | Method and Description |
---|---|
String |
CloudFile.generateSharedAccessSignature(SharedAccessFilePolicy policy,
SharedAccessFileHeaders headers,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature for the file using the specified group policy identifier and
shared access file headers.
|
String |
CloudFileShare.generateSharedAccessSignature(SharedAccessFilePolicy policy,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature for the share.
|
Modifier and Type | Method and Description |
---|---|
String |
CloudQueue.generateSharedAccessSignature(SharedAccessQueuePolicy policy,
String groupPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature for the queue.
|
Modifier and Type | Method and Description |
---|---|
String |
CloudTable.generateSharedAccessSignature(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
IPRange ipRange,
SharedAccessProtocols protocols)
Creates a shared access signature for the table.
|
Copyright © 2019. All rights reserved.