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 4.5
 
Container for the parameters to the DeleteApplicationVersion operation. Deletes the specified version from the specified application. You cannot delete an application version that is associated with a running environment.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.AmazonElasticBeanstalkRequest
      Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest

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

Syntax

C#
public class DeleteApplicationVersionRequest : AmazonElasticBeanstalkRequest
         IRequestEvents

The DeleteApplicationVersionRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteApplicationVersionRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method DeleteApplicationVersionRequest(string, string) Instantiates DeleteApplicationVersionRequest with the parameterized properties

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

The name of the application to delete releases from.

Public Property DeleteSourceBundle System.Boolean Gets and sets the property DeleteSourceBundle.

Indicates whether to delete the associated source bundle from Amazon S3:

  • true: An attempt is made to delete the associated Amazon S3 source bundle specified at time of creation.
  • false: No action is taken on the Amazon S3 source bundle specified at time of creation.

Valid Values: true | false

Public Property VersionLabel System.String Gets and sets the property VersionLabel.

The label of the version to delete.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1