C# Класс Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest

Container for the parameters to the DescribeConfigurationSettings operation.

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

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

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

Метод Описание
DescribeConfigurationSettingsRequest ( ) : System

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

DescribeConfigurationSettingsRequest ( string applicationName ) : System

Instantiates DescribeConfigurationSettingsRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DescribeConfigurationSettingsRequest with the parameterized properties
public DescribeConfigurationSettingsRequest ( string applicationName ) : System
applicationName string The application for the environment or configuration template.
Результат System