Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
Modifier and Type | Method and Description |
---|---|
static CloudStorageAccount |
CloudStorageAccount.getDevelopmentStorageAccount()
Returns a
CloudStorageAccount object that represents the development storage credentials. |
static CloudStorageAccount |
CloudStorageAccount.getDevelopmentStorageAccount(URI proxyUri)
Returns a
CloudStorageAccount object that represents the development storage credentials, using the
specified proxy URI. |
static CloudStorageAccount |
CloudStorageAccount.parse(String connectionString)
Parses a connection string and returns a cloud storage account created from the connection string.
|
Copyright © 2019. All rights reserved.