C# Класс 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.

Наследование: AmazonElasticBeanstalkRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetApplicationName ( ) : bool
IsSetTemplateName ( ) : bool

Описание методов

DeleteConfigurationTemplateRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteConfigurationTemplateRequest ( ) : System
Результат System

DeleteConfigurationTemplateRequest() публичный Метод

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.
Результат System