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

A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to Option Values in the AWS Elastic Beanstalk Developer Guide.
Показать файл Открыть проект Примеры использования класса

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

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

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

ConfigurationOptionSetting ( string awsNamespace, string optionName, string value ) : System

Instantiates ConfigurationOptionSetting with the parameterized properties

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

Метод Описание
IsSetNamespace ( ) : bool
IsSetOptionName ( ) : bool
IsSetResourceName ( ) : bool
IsSetValue ( ) : bool

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

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

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

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

Instantiates ConfigurationOptionSetting with the parameterized properties
public ConfigurationOptionSetting ( string awsNamespace, string optionName, string value ) : System
awsNamespace string A unique namespace identifying the option's associated AWS resource.
optionName string The name of the configuration option.
value string The current value for the configuration option.
Результат System