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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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