mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 13:22:08 +08:00
#20498: Exposing the StorageAccount object from AzureFileSystem
Work Item: 20498
This commit is contained in:
@@ -33,6 +33,13 @@ namespace Orchard.Azure.Services.FileSystems {
|
||||
protected set;
|
||||
}
|
||||
|
||||
public CloudStorageAccount StorageAccount {
|
||||
get {
|
||||
EnsureInitialized();
|
||||
return _storageAccount;
|
||||
}
|
||||
}
|
||||
|
||||
public CloudBlobClient BlobClient {
|
||||
get {
|
||||
EnsureInitialized();
|
||||
|
||||
Reference in New Issue
Block a user