C# Class Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest

Container for the parameters to the DeleteConfigurationTemplate operation. Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

Inheritance: AmazonElasticBeanstalkRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteConfigurationTemplateRequest ( ) : System

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

DeleteConfigurationTemplateRequest ( string applicationName, string templateName ) : System

Instantiates DeleteConfigurationTemplateRequest with the parameterized properties

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetTemplateName ( ) : bool

Method Details

DeleteConfigurationTemplateRequest() public method

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

DeleteConfigurationTemplateRequest() public method

Instantiates DeleteConfigurationTemplateRequest with the parameterized properties
public DeleteConfigurationTemplateRequest ( string applicationName, string templateName ) : System
applicationName string The name of the application to delete the configuration template from.
templateName string The name of the configuration template to delete.
return System