This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Aws.ElasticBeanstalk.
Summary
Deploys an application version
- Assembly
- Cake
.AWS .ElasticBeanstalk .dll - Namespace
- Cake
.AWS .ElasticBeanstalk - Containing Type
- I
Elastic Beanstalk Manager
Syntax
Task<bool> DeployApplicationVersionAsync(string applicationName, string environmentName, string versionLabel, ElasticBeanstalkSettings settings)
Parameters
Name | Type | Description |
---|---|---|
applicationName | string | The application name |
environmentName | string | |
versionLabel | string | The version label |
settings | Elastic |
The settings |
Return Value
Type | Description |
---|---|
Task |