Interface ITitleStorageConnection
Used to provide storage account names for a given title.
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public interface ITitleStorageConnection
Methods
View Source
GetStorageAccountForTitle(string)
Declaration
string GetStorageAccountForTitle(string titleName)
Parameters
Type |
Name |
Description |
string |
titleName |
|
Returns
View Source
GetStorageForwarderAccountForTitle(string)
Declaration
string GetStorageForwarderAccountForTitle(string titleName)
Parameters
Type |
Name |
Description |
string |
titleName |
|
Returns
Extension Methods