C# Class 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.
Inheritance: IApplicationDeploymentDirectory
显示文件 Open project: Microsoft/Yams

Public Methods

Method Description
FetchDeployments ( ) : Task>
RemoteApplicationDeploymentDirectory ( IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher ) : System

Method Details

FetchDeployments() public method

public FetchDeployments ( ) : Task>
return Task>

RemoteApplicationDeploymentDirectory() public method

public RemoteApplicationDeploymentDirectory ( IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher ) : System
deploymentRepository IDeploymentRepository
appDeploymentMatcher IAppDeploymentMatcher
return System