AWS SDK for .NET Documentation
DeleteApplicationVersionRequest Class
AmazonAmazon.ElasticBeanstalk.ModelDeleteApplicationVersionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteApplicationVersion operation.

Deletes the specified version from the specified application.

NOTE:You cannot delete an application version that is associated with a running environment.

Declaration Syntax
C#
public class DeleteApplicationVersionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteApplicationVersionRequest()()()()
Initializes a new instance of the DeleteApplicationVersionRequest class

ApplicationName
The name of the application to delete releases from.

Constraints:

Length
1 - 100


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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VersionLabel
The label of the version to delete.

Constraints:

Length
1 - 100


WithApplicationName(String)
Sets the ApplicationName property

WithDeleteSourceBundle(Boolean)
Sets the DeleteSourceBundle property

WithVersionLabel(String)
Sets the VersionLabel property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteApplicationVersionRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)