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

Container for the parameters to the UpdateApplicationVersion operation.

Updates the specified application version to have the specified properties.

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

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

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

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

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

UpdateApplicationVersionRequest ( string applicationName, string versionLabel ) : System

Instantiates UpdateApplicationVersionRequest with the parameterized properties

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

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

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

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

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

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

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