AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Result message containing a single description of an application.
Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z
public class CreateApplicationResponse : AmazonWebServiceResponse
The CreateApplicationResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateApplicationResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Application | Amazon.ElasticBeanstalk.Model.ApplicationDescription |
Gets and sets the property Application. The ApplicationDescription of the application. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
The following operation creates a new application named my-app:
var client = new AmazonElasticBeanstalkClient(); var response = client.CreateApplication(new CreateApplicationRequest { ApplicationName = "my-app", Description = "my application" }); ApplicationDescription application = response.Application;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5