| Package | Description | 
|---|---|
| com.microsoft.azure.storage | 
 This package contains the storage service base classes. 
 | 
| com.microsoft.azure.storage.analytics | 
 This package contains the storage service analytics classes. 
 | 
| com.microsoft.azure.storage.blob | 
 This package contains the storage service blob classes. 
 | 
| 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 | 
|---|---|
StorageUri | 
CloudStorageAccount.getBlobStorageUri()
Returns the endpoint for the Blob service for the storage account. 
 | 
StorageUri | 
CloudStorageAccount.getFileStorageUri()
Returns the endpoint for the File service for the storage account. 
 | 
StorageUri | 
CloudStorageAccount.getQueueStorageUri()
Returns the endpoint for the Queue service for the storage account. 
 | 
StorageUri | 
ServiceClient.getStorageUri()
Returns the list of URIs for all locations. 
 | 
StorageUri | 
CloudStorageAccount.getTableStorageUri()
Returns the endpoint for the Table service for the storage account. 
 | 
StorageUri | 
StorageCredentials.transformUri(StorageUri resourceUri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token. 
 | 
StorageUri | 
StorageCredentialsSharedAccessSignature.transformUri(StorageUri resourceUri,
            OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
 specified operation context. 
 | 
StorageUri | 
StorageCredentialsAnonymous.transformUri(StorageUri resourceUri,
            OperationContext opContext)  | 
StorageUri | 
StorageCredentialsAccountAndKey.transformUri(StorageUri resourceUri,
            OperationContext opContext)  | 
abstract StorageUri | 
StorageCredentials.transformUri(StorageUri resourceUri,
            OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
 specified operation context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
StorageUri.equals(StorageUri other)
Indicates whether a  
StorageUri object is equal to the current StorageUri object. | 
StorageUri | 
StorageCredentials.transformUri(StorageUri resourceUri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token. 
 | 
StorageUri | 
StorageCredentialsSharedAccessSignature.transformUri(StorageUri resourceUri,
            OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
 specified operation context. 
 | 
StorageUri | 
StorageCredentialsAnonymous.transformUri(StorageUri resourceUri,
            OperationContext opContext)  | 
StorageUri | 
StorageCredentialsAccountAndKey.transformUri(StorageUri resourceUri,
            OperationContext opContext)  | 
abstract StorageUri | 
StorageCredentials.transformUri(StorageUri resourceUri,
            OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
 specified operation context. 
 | 
| Constructor and Description | 
|---|
CloudStorageAccount(StorageCredentials storageCredentials,
                   StorageUri blobStorageUri,
                   StorageUri queueStorageUri,
                   StorageUri tableStorageUri)
Creates an instance of the  
CloudStorageAccount class using the specified
 account credentials and service endpoints. | 
CloudStorageAccount(StorageCredentials storageCredentials,
                   StorageUri blobStorageUri,
                   StorageUri queueStorageUri,
                   StorageUri tableStorageUri,
                   StorageUri fileStorageUri)
Creates an instance of the  
CloudStorageAccount class using the specified
 account credentials and service endpoints. | 
| Constructor and Description | 
|---|
CloudAnalyticsClient(StorageUri blobStorageUri,
                    StorageUri tableStorageUri,
                    StorageCredentials credentials)
Initializes a new instance of the  
CloudAnalyticsClient class using the specified blob and table
 service endpoints and account credentials. | 
| Modifier and Type | Method and Description | 
|---|---|
StorageUri | 
CloudBlob.getQualifiedStorageUri()
Deprecated. 
 
use  
CloudBlob.getSnapshotQualifiedStorageUri() instead. | 
StorageUri | 
CloudBlob.getSnapshotQualifiedStorageUri()
Returns the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. 
 | 
StorageUri | 
ListBlobItem.getStorageUri()
Returns the list of URIs for all storage locations of the blob item. 
 | 
StorageUri | 
CloudBlobDirectory.getStorageUri()
Returns the list of URIs for all locations. 
 | 
StorageUri | 
CloudBlobContainer.getStorageUri()
Returns the list of URIs for all locations. 
 | 
StorageUri | 
CloudBlob.getStorageUri()
Returns the list of URIs for all locations. 
 | 
| Constructor and Description | 
|---|
CloudAppendBlob(StorageUri blobAbsoluteUri)
Creates an instance of the  
CloudAppendBlob class using the specified absolute URI and storage service
 client. | 
CloudAppendBlob(StorageUri blobAbsoluteUri,
               StorageCredentials credentials)
Creates an instance of the  
CloudAppendBlob class using the specified absolute StorageUri 
 and credentials. | 
CloudAppendBlob(StorageUri blobAbsoluteUri,
               String snapshotID,
               StorageCredentials credentials)
Creates an instance of the  
CloudAppendBlob class using the specified absolute StorageUri, snapshot
 ID, and credentials. | 
CloudBlobClient(StorageUri baseUri)
Creates an instance of the  
CloudBlobClient class using the specified Blob service endpoint and
 anonymous credentials. | 
CloudBlobClient(StorageUri storageUri,
               StorageCredentials credentials)
Creates an instance of the  
CloudBlobClient class using the specified Blob service endpoint and
 account credentials. | 
CloudBlobContainer(StorageUri storageUri)
Creates an instance of the  
CloudBlobContainer class using the specified URI. | 
CloudBlobContainer(StorageUri storageUri,
                  StorageCredentials credentials)
Creates an instance of the  
CloudBlobContainer class using the specified StorageUri and credentials. | 
CloudBlockBlob(StorageUri blobAbsoluteUri)
Creates an instance of the  
CloudBlockBlob class using the specified absolute StorageUri. | 
CloudBlockBlob(StorageUri blobAbsoluteUri,
              StorageCredentials credentials)
Creates an instance of the  
CloudBlockBlob class using the specified absolute StorageUri and credentials. | 
CloudBlockBlob(StorageUri blobAbsoluteUri,
              String snapshotID,
              StorageCredentials credentials)
Creates an instance of the  
CloudBlockBlob class using the specified absolute StorageUri, snapshot
 ID, and credentials. | 
CloudPageBlob(StorageUri blobAbsoluteUri)
Creates an instance of the  
CloudPageBlob class using the specified absolute URI and storage service
 client. | 
CloudPageBlob(StorageUri blobAbsoluteUri,
             StorageCredentials credentials)
Creates an instance of the  
CloudPageBlob class using the specified absolute StorageUri and credentials. | 
CloudPageBlob(StorageUri blobAbsoluteUri,
             String snapshotID,
             StorageCredentials credentials)
Creates an instance of the  
CloudPageBlob class using the specified absolute StorageUri, snapshot
 ID, and credentials. | 
| Modifier and Type | Method and Description | 
|---|---|
StorageUri | 
ListFileItem.getStorageUri()
Returns the list of URIs for all storage locations of the file item. 
 | 
StorageUri | 
CloudFileShare.getStorageUri()
Returns the list of URIs for all locations. 
 | 
StorageUri | 
CloudFileDirectory.getStorageUri()
Returns the list of URIs for all locations. 
 | 
StorageUri | 
CloudFile.getStorageUri()
Returns the list of URIs for all locations. 
 | 
| Constructor and Description | 
|---|
CloudFile(StorageUri fileAbsoluteUri)
Creates an instance of the  
CloudFile class using the specified absolute StorageUri. | 
CloudFile(StorageUri fileAbsoluteUri,
         StorageCredentials credentials)
Creates an instance of the  
CloudFile class using the specified absolute StorageUri 
 and credentials. | 
CloudFileClient(StorageUri storageUri,
               StorageCredentials credentials)
Creates an instance of the  
CloudFileClient class using the specified File service endpoint and
 account credentials. | 
CloudFileDirectory(StorageUri directoryAbsoluteUri)
Creates an instance of the  
CloudFileDirectory class using an absolute URI to the directory. | 
CloudFileDirectory(StorageUri directoryAbsoluteUri,
                  StorageCredentials credentials)
Creates an instance of the  
CloudFileDirectory class using an absolute URI to the directory
 and credentials. | 
CloudFileShare(StorageUri storageUri)
Creates an instance of the  
CloudFileShare class using the specified URI. | 
CloudFileShare(StorageUri storageUri,
              StorageCredentials credentials)
Creates an instance of the  
CloudFileShare class using the specified StorageUri and credentials. | 
| Modifier and Type | Method and Description | 
|---|---|
StorageUri | 
CloudQueue.getStorageUri()
Returns the list of URIs for all locations. 
 | 
| Constructor and Description | 
|---|
CloudQueue(StorageUri uri)
Creates an instance of the  
CloudQueue class using the specified queue StorageUri. | 
CloudQueue(StorageUri uri,
          StorageCredentials credentials)
Creates an instance of the  
CloudQueue class using the specified queue StorageUri and
 credentials. | 
CloudQueueClient(StorageUri baseUri,
                StorageCredentials credentials)
Initializes a new instance of the  
CloudQueueClient class using the specified Queue service endpoint
 and account credentials. | 
| Modifier and Type | Method and Description | 
|---|---|
StorageUri | 
CloudTable.getStorageUri()
Returns the list of URIs for all locations. 
 | 
| Constructor and Description | 
|---|
CloudTable(StorageUri uri)
Creates an instance of the  
CloudTable class using the specified table URI. | 
CloudTable(StorageUri uri,
          StorageCredentials credentials)
Creates an instance of the  
CloudTable class using the specified table StorageUri and credentials. | 
CloudTableClient(StorageUri baseUri,
                StorageCredentials credentials)
Initializes an instance of the  
CloudTableClientclass using a Table service endpoint and
 storage account credentials. | 
/** 
* Copyright Microsoft Corporation 
* 
* Licensed under the Apache License, Version 2.0 (the "License"); 
* you may not use this file except in compliance with the License. 
* You may obtain a copy of the License at 
* http://www.apache.org/licenses/LICENSE-2.0 
* 
* Unless required by applicable law or agreed to in writing, software 
* distributed under the License is distributed on an "AS IS" BASIS, 
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
* See the License for the specific language governing permissions and 
* limitations under the License. 
*/