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
 
Describes the properties of an application version.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription

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

Syntax

C#
public class ApplicationVersionDescription : Object

The ApplicationVersionDescription type exposes the following members

Constructors

NameDescription
Public Method ApplicationVersionDescription() Empty constructor used to set properties independently even when a simple constructor is available

Properties

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

The name of the application associated with this release.

Public Property DateCreated System.DateTime Gets and sets the property DateCreated.

The creation date of the application version.

Public Property DateUpdated System.DateTime Gets and sets the property DateUpdated.

The last modified date of the application version.

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

The description of this application version.

Public Property SourceBundle Amazon.ElasticBeanstalk.Model.S3Location Gets and sets the property SourceBundle.

The location where the source bundle is located for this version.

Public Property Status Amazon.ElasticBeanstalk.ApplicationVersionStatus Gets and sets the property Status.

The processing status of the application version.

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

A label uniquely identifying the version for the associated application.

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