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
파일 보기 프로젝트 열기: Microsoft/Yams

공개 메소드들

메소드 설명
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