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

Container for the parameters to the UpdateApplication operation.

Updates the specified application to have the specified properties.

NOTE: If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

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

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

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

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

UpdateApplicationRequest ( string applicationName ) : System

Instantiates UpdateApplicationRequest with the parameterized properties

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

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

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

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

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

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

Instantiates UpdateApplicationRequest with the parameterized properties
public UpdateApplicationRequest ( string applicationName ) : System
applicationName string The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.
Результат System