ElasticBeanstalkManager.

DeployApplicationVersionAsync(string, string, string, ElasticBeanstalkSettings) Method

Summary

Deploys an application version

Syntax

public Task<bool> DeployApplicationVersionAsync(string applicationName, string environmentName, string versionLabel, ElasticBeanstalkSettings settings)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
applicationName string The application name
environmentName string
versionLabel string The version label
settings ElasticBeanstalkSettings The settings

Return Value

Type Description
Task<bool>