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

공개 메소드들

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