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

Container for the parameters to the CreateConfigurationTemplate operation.

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

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

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

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

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

CreateConfigurationTemplateRequest ( string applicationName, string templateName ) : System

Instantiates CreateConfigurationTemplateRequest with the parameterized properties

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

Метод Описание
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool
IsSetEnvironmentId ( ) : bool
IsSetOptionSettings ( ) : bool
IsSetSolutionStackName ( ) : bool
IsSetSourceConfiguration ( ) : bool
IsSetTemplateName ( ) : bool

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

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

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

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

Instantiates CreateConfigurationTemplateRequest with the parameterized properties
public CreateConfigurationTemplateRequest ( string applicationName, string templateName ) : System
applicationName string The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.
templateName string The name of the configuration template. Constraint: This name must be unique per application. Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.
Результат System