C# 클래스 Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest

Container for the parameters to the DeleteConfigurationTemplate operation. Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

상속: AmazonElasticBeanstalkRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteConfigurationTemplateRequest ( ) : System

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

DeleteConfigurationTemplateRequest ( string applicationName, string templateName ) : System

Instantiates DeleteConfigurationTemplateRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetTemplateName ( ) : bool

메소드 상세

DeleteConfigurationTemplateRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteConfigurationTemplateRequest ( ) : System
리턴 System

DeleteConfigurationTemplateRequest() 공개 메소드

Instantiates DeleteConfigurationTemplateRequest with the parameterized properties
public DeleteConfigurationTemplateRequest ( string applicationName, string templateName ) : System
applicationName string The name of the application to delete the configuration template from.
templateName string The name of the configuration template to delete.
리턴 System