#20498: Exposing the StorageAccount object from AzureFileSystem

Work Item: 20498
This commit is contained in:
Lombiq
2015-01-15 23:31:07 +01:00
committed by Zoltán Lehóczky
parent a012ed0ce3
commit ef10c6902b

View File

@@ -33,6 +33,13 @@ namespace Orchard.Azure.Services.FileSystems {
protected set;
}
public CloudStorageAccount StorageAccount {
get {
EnsureInitialized();
return _storageAccount;
}
}
public CloudBlobClient BlobClient {
get {
EnsureInitialized();