Describes the properties of an application.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ApplicationDescription
Public Class ApplicationDescription
public ref class ApplicationDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ApplicationDescription()()()()
Initializes a new instance of the ApplicationDescription class
ApplicationName
The name of the application.

Constraints:

Length
1 - 100

ConfigurationTemplates
The names of the configuration templates associated with this application.
DateCreated
The date when the application was created.
DateUpdated
The date when the application was last modified.
Description
User-defined description of the application.

Constraints:

Length
0 - 200

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.)
Versions
The names of the versions for this application.
WithApplicationName(String)
Sets the ApplicationName property
WithConfigurationTemplates(IEnumerable<(Of <<'(String>)>>))
Adds elements to the ConfigurationTemplates collection
WithConfigurationTemplates(array<String>[]()[][])
Adds elements to the ConfigurationTemplates collection
WithDateCreated(DateTime)
Sets the DateCreated property
WithDateUpdated(DateTime)
Sets the DateUpdated property
WithDescription(String)
Sets the Description property
WithVersions(IEnumerable<(Of <<'(String>)>>))
Adds elements to the Versions collection
WithVersions(array<String>[]()[][])
Adds elements to the Versions collection

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..ApplicationDescription

See Also