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
Afficher le fichier Open project: Microsoft/Yams

Méthodes publiques

Méthode Description
FetchDeployments ( ) : Task>
RemoteApplicationDeploymentDirectory ( IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher ) : System

Method Details

FetchDeployments() public méthode

public FetchDeployments ( ) : Task>
Résultat Task>

RemoteApplicationDeploymentDirectory() public méthode

public RemoteApplicationDeploymentDirectory ( IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher ) : System
deploymentRepository IDeploymentRepository
appDeploymentMatcher IAppDeploymentMatcher
Résultat System