C# Класс Etg.Yams.Deploy.RemoteApplicationDeploymentDirectory

A proxy object to the blob storage where applications resources are located. This class can read the configuration file located in the blob storage to figure out what should be deployed where.
Наследование: IApplicationDeploymentDirectory
Показать файл Открыть проект

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

Метод Описание
FetchDeployments ( ) : Task>
RemoteApplicationDeploymentDirectory ( IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher ) : System

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

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

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

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

public RemoteApplicationDeploymentDirectory ( IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher ) : System
deploymentRepository IDeploymentRepository
appDeploymentMatcher IAppDeploymentMatcher
Результат System