C# Класс Material.EBDeployer.DeployLogic.CloudFrontDeployer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CloudFrontDeployer ( ElasticBeanstalkDeploymentConfigurationProvider configProvider, IElasticBeanstalkService elasticBeanstalkService, IS3Service s3Service, ISmokeTestService smokeTestService, IIdentityManagementService iamService, ICloudFrontService cloudFrontService, ISslUploaderService sslUploaderService, IConfigurationOptionSettingsProvider configurationOptionSettingsProvider, IRoute53Service route53Service, ILoggerProvider loggerProvider ) : System.Collections.Generic
DeployApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
DeployApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
GetCloudFrontConfugrationOptionSettings ( CloudFrontSettings cloudFrontSettings ) : IEnumerable

Приватные методы

Метод Описание
CreateOrUpdateApplicationAsync ( ) : System.Threading.Tasks.Task

Constructs the Configuration Option Settings related to the VPC (Virtual Private Cloud)

GetElbConfigurationOptionSettings ( ) : List

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

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

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

public CloudFrontDeployer ( ElasticBeanstalkDeploymentConfigurationProvider configProvider, IElasticBeanstalkService elasticBeanstalkService, IS3Service s3Service, ISmokeTestService smokeTestService, IIdentityManagementService iamService, ICloudFrontService cloudFrontService, ISslUploaderService sslUploaderService, IConfigurationOptionSettingsProvider configurationOptionSettingsProvider, IRoute53Service route53Service, ILoggerProvider loggerProvider ) : System.Collections.Generic
configProvider ElasticBeanstalkDeploymentConfigurationProvider
elasticBeanstalkService IElasticBeanstalkService
s3Service IS3Service
smokeTestService ISmokeTestService
iamService IIdentityManagementService
cloudFrontService ICloudFrontService
sslUploaderService ISslUploaderService
configurationOptionSettingsProvider IConfigurationOptionSettingsProvider
route53Service IRoute53Service
loggerProvider ILoggerProvider
Результат System.Collections.Generic

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

public DeployApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

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

public DeployApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

GetCloudFrontConfugrationOptionSettings() публичный статический Метод

public static GetCloudFrontConfugrationOptionSettings ( CloudFrontSettings cloudFrontSettings ) : IEnumerable
cloudFrontSettings Material.EBDeployer.DeployLogic.CF.CloudFrontSettings
Результат IEnumerable