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

Container for the parameters to the CreateApplication operation.

Creates an application that has one configuration template named default and no application versions.

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

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

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

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

CreateApplicationRequest ( string applicationName ) : System

Instantiates CreateApplicationRequest with the parameterized properties

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

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

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

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

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

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

Instantiates CreateApplicationRequest with the parameterized properties
public CreateApplicationRequest ( string applicationName ) : System
applicationName string The name of the application. Constraint: This name must be unique within your account. If the specified name already exists, the action returns an InvalidParameterValue error.
Результат System