C# Класс ExternalConfigurationStore.Cloud.SettingsStore.BlobSettingsStore

Наследование: ISettingsStore
Показать файл Открыть проект

Открытые методы

Метод Описание
BlobSettingsStore ( string environment ) : System.Collections.Generic
BlobSettingsStore ( string storageAccount, string configContainer, string configBlobName, string environment ) : System.Collections.Generic
FindAllAsync ( ) : string>>.Task
GetVersionAsync ( ) : Task

Приватные методы

Метод Описание
ReadSettingsFromStorageAsync ( ) : string>>.Task

Описание методов

BlobSettingsStore() публичный Метод

public BlobSettingsStore ( string environment ) : System.Collections.Generic
environment string
Результат System.Collections.Generic

BlobSettingsStore() публичный Метод

public BlobSettingsStore ( string storageAccount, string configContainer, string configBlobName, string environment ) : System.Collections.Generic
storageAccount string
configContainer string
configBlobName string
environment string
Результат System.Collections.Generic

FindAllAsync() публичный Метод

public FindAllAsync ( ) : string>>.Task
Результат string>>.Task

GetVersionAsync() публичный Метод

public GetVersionAsync ( ) : Task
Результат Task