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
Gets and sets the property ApplicationName.

The name of the application to delete releases from.


DeleteSourceBundle
Gets and sets the property DeleteSourceBundle.

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

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

Valid Values:

CopyC#
true
|
CopyC#
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
Gets and sets the property VersionLabel.

The label of the version to delete.


WithApplicationName(String) Obsolete.
Sets the ApplicationName property

WithDeleteSourceBundle(Boolean) Obsolete.
Sets the DeleteSourceBundle property

WithVersionLabel(String) Obsolete.
Sets the VersionLabel property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteApplicationVersionRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)