AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket. You cannot delete an application that has a running environment.

Namespace: Amazon.ElasticBeanstalk
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract DeleteApplicationResponse DeleteApplication(
         DeleteApplicationRequest request
)

Parameters

request
Type: Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest

Container for the necessary parameters to execute the DeleteApplication service method.

Return Value
Type: Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse
The response from the DeleteApplication service method, as returned by ElasticBeanstalk.

Exceptions

ExceptionCondition
OperationInProgressException Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5