Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateEnvironment C# (CSharp) Method

CreateEnvironment() public method

Launches an environment for the specified application using the specified configuration.
/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of environments. ///
public CreateEnvironment ( CreateEnvironmentRequest request ) : CreateEnvironmentResponse
request Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest Container for the necessary parameters to execute the CreateEnvironment service method.
return Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse
        public CreateEnvironmentResponse CreateEnvironment(CreateEnvironmentRequest request)
        {
            var marshaller = new CreateEnvironmentRequestMarshaller();
            var unmarshaller = CreateEnvironmentResponseUnmarshaller.Instance;

            return Invoke<CreateEnvironmentRequest,CreateEnvironmentResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient