Show / Hide Table of Contents

Interface ITitleStorageConnection

Used to provide storage account names for a given title.

Namespace: CrashCABN.DataAccess
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
Type Description
string
View Source

GetStorageForwarderAccountForTitle(string)

Declaration
string GetStorageForwarderAccountForTitle(string titleName)
Parameters
Type Name Description
string titleName
Returns
Type Description
string

Extension Methods

ITitleStorageConnectionExtensions.GetBlobEndpoint(ITitleStorageConnection, string)
  • View Source
In this article
Back to top Generated by DocFX