Container for the parameters to the RebuildEnvironment operation.
Namespace: Amazon.ElasticBeanstalk.ModelDeletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class RebuildEnvironmentRequest : AmazonWebServiceRequest
Public Class RebuildEnvironmentRequest _ Inherits AmazonWebServiceRequest
public ref class RebuildEnvironmentRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| RebuildEnvironmentRequest()()()() | Initializes a new instance of the RebuildEnvironmentRequest class | |
| EnvironmentId |
The ID of the environment to rebuild. Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either,
AWS Elastic Beanstalk returns MissingRequiredParameter error.
| |
| EnvironmentName |
The name of the environment to rebuild. Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either,
AWS Elastic Beanstalk returns MissingRequiredParameter error.
Constraints: | |
| Equals(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()()()() | (Inherited from Object.) | |
| WithEnvironmentId(String) |
Sets the EnvironmentId property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..RebuildEnvironmentRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..RebuildEnvironmentRequest