C# Class Amazon.ElasticBeanstalk.Model.RestartAppServerRequest

Container for the parameters to the RestartAppServer operation.

Causes the environment to restart the application container server running on each Amazon EC2 instance.

Inheritance: AmazonElasticBeanstalkRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
RestartAppServerRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool

Method Details

RestartAppServerRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public RestartAppServerRequest ( ) : System
return System