C# 클래스 Material.EBDeployer.DeployLogic.ElasticBeanstalkDeployer

파일 보기 프로젝트 열기: MaterialDev/elastic-beanstalk-deploy 1 사용 예제들

공개 메소드들

메소드 설명
DeployDockerApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
DeployDockerApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
DeployIisApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
DeployIisApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
DeploySingleSiteDockerApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
ElasticBeanstalkDeployer ( ElasticBeanstalkDeploymentConfigurationProvider configurationProvider, IElasticBeanstalkService elasticBeanstalkService, IS3Service s3Service, ISmokeTestService smokeTestService, IIdentityManagementService iamService, IConfigurationOptionSettingsProvider configurationOptionSettingsProvider, IRoute53Service route53Service, ISslUploaderService sslUploaderService, ICloudFrontService cloudfrontService, ILoggerProvider loggerProvider ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateOrUpdateApplicationAsync ( ) : System.Threading.Tasks.Task
GetElbConfigurationOptionSettings ( ) : List

Constructs the Configuration Option Settings related to the ELB (Elastic Load Balancer)

메소드 상세

DeployDockerApplicationMultiAzAsync() 공개 메소드

public DeployDockerApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DeployDockerApplicationSingleAzAsync() 공개 메소드

public DeployDockerApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DeployIisApplicationMultiAzAsync() 공개 메소드

public DeployIisApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DeployIisApplicationSingleAzAsync() 공개 메소드

public DeployIisApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DeploySingleSiteDockerApplicationSingleAzAsync() 공개 메소드

public DeploySingleSiteDockerApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ElasticBeanstalkDeployer() 공개 메소드

public ElasticBeanstalkDeployer ( ElasticBeanstalkDeploymentConfigurationProvider configurationProvider, IElasticBeanstalkService elasticBeanstalkService, IS3Service s3Service, ISmokeTestService smokeTestService, IIdentityManagementService iamService, IConfigurationOptionSettingsProvider configurationOptionSettingsProvider, IRoute53Service route53Service, ISslUploaderService sslUploaderService, ICloudFrontService cloudfrontService, ILoggerProvider loggerProvider ) : System.Collections.Generic
configurationProvider ElasticBeanstalkDeploymentConfigurationProvider
elasticBeanstalkService IElasticBeanstalkService
s3Service IS3Service
smokeTestService ISmokeTestService
iamService IIdentityManagementService
configurationOptionSettingsProvider IConfigurationOptionSettingsProvider
route53Service IRoute53Service
sslUploaderService ISslUploaderService
cloudfrontService ICloudFrontService
loggerProvider ILoggerProvider
리턴 System.Collections.Generic